This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch revert-13852-arrow-10961
in repository https://gitbox.apache.org/repos/asf/arrow.git

commit 839251df5ac258c84812b2d8aee3089277738693
Author: David Li <[email protected]>
AuthorDate: Thu Aug 11 12:31:36 2022 -0400

    Revert "DO NOT MERGE: [Integration] Re-enable Rust integration case 
(#13852)"
    
    This reverts commit e2efc87f1b3a55ee115230e5a221c5a6c293871f.
---
 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",

Reply via email to