This is an automated email from the ASF dual-hosted git repository.
lidavidm 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 440f786b25 ARROW-17385: [Integration] Revert "Re-enable Rust
integration case" (#13856)
440f786b25 is described below
commit 440f786b2513bc70bae2321e17c2b1cbacade204
Author: David Li <[email protected]>
AuthorDate: Thu Aug 11 13:27:15 2022 -0400
ARROW-17385: [Integration] Revert "Re-enable Rust integration case" (#13856)
This reverts commit e2efc87f1b3a55ee115230e5a221c5a6c293871f (#13852) since
it ended up with the wrong commit message.
Authored-by: David Li <[email protected]>
Signed-off-by: David Li <[email protected]>
---
dev/archery/archery/integration/runner.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev/archery/archery/integration/runner.py
b/dev/archery/archery/integration/runner.py
index 93a31d9bc0..6d6adb3c29 100644
--- a/dev/archery/archery/integration/runner.py
+++ b/dev/archery/archery/integration/runner.py
@@ -430,6 +430,7 @@ 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",