Skip to content

Commit 42e55bd

Browse files
authored
Disable `datafusion-cli tests in hash (#16382)
1 parent 3fe4640 commit 42e55bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/extended.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
- name: Run tests
137137
run: |
138138
cd datafusion
139-
cargo test --profile ci --exclude datafusion-examples --exclude datafusion-benchmarks --exclude datafusion-sqllogictest --workspace --lib --tests --features=force_hash_collisions,avro
139+
cargo test --profile ci --exclude datafusion-examples --exclude datafusion-benchmarks --exclude datafusion-sqllogictest --exclude datafusion-cli --workspace --lib --tests --features=force_hash_collisions,avro
140140
cargo clean
141141
142142
sqllogictest-sqlite:

0 commit comments

Comments
 (0)