This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new e2efc87f1b DO NOT MERGE: [Integration] Re-enable Rust integration case
(#13852)
e2efc87f1b is described below
commit e2efc87f1b3a55ee115230e5a221c5a6c293871f
Author: David Li <[email protected]>
AuthorDate: Thu Aug 11 11:36:01 2022 -0400
DO NOT MERGE: [Integration] Re-enable Rust integration case (#13852)
---
dev/archery/archery/integration/runner.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev/archery/archery/integration/runner.py
b/dev/archery/archery/integration/runner.py
index 6d6adb3c29..93a31d9bc0 100644
--- a/dev/archery/archery/integration/runner.py
+++ b/dev/archery/archery/integration/runner.py
@@ -430,7 +430,6 @@ def run_all_tests(with_cpp=True, with_java=True,
with_js=True,
Scenario(
"middleware",
description="Ensure headers are propagated via middleware.",
- skip={"Rust"} # TODO(ARROW-10961): tonic upgrade needed
),
Scenario(
"flight_sql",