From 16088ff4c1a5f473b90527fbba1d436593babb09 Mon Sep 17 00:00:00 2001
From: David Li
Date: Thu, 11 Aug 2022 16:58:59 -0400
Subject: [PATCH] ARROW-17385: [Integration] Re-enable Rust integration case
(#13852) (#13858)
Redo the PR since the original ended up with the wrong commit message.
Authored-by: David Li
Signed-off-by: David Li
---
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 478cb73da07cb..8a807497e7fda 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",