Skip to content

Commit

Permalink
Temporarily disable C# Arrow Integration Test (#6598)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Oct 20, 2024
1 parent 1666a4d commit 81814a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81814a0

Please sign in to comment.