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-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 81814a056 Temporarily disable C# Arrow Integration Test (#6598)
81814a056 is described below
commit 81814a0561af6154b4fea9e2c7883d3a790349dc
Author: Andrew Lamb <[email protected]>
AuthorDate: Sun Oct 20 08:21:22 2024 -0400
Temporarily disable C# Arrow Integration Test (#6598)
---
.github/workflows/integration.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/integration.yml
b/.github/workflows/integration.yml
index 868729a16..879f5a084 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -60,7 +60,8 @@ jobs:
ARROW_RUST_EXE_PATH: /build/rust/debug
BUILD_DOCS_CPP: OFF
ARROW_INTEGRATION_CPP: ON
- ARROW_INTEGRATION_CSHARP: ON
+ # Sisable C# integration tests due to
https://github.com/apache/arrow-rs/issues/6577
+ ARROW_INTEGRATION_CSHARP: OFF
ARROW_INTEGRATION_GO: ON
ARROW_INTEGRATION_JAVA: ON
ARROW_INTEGRATION_JS: ON