Skip to content

Commit

Permalink
Minor: disable fuzz test to avoid CI spontaneous failures
Browse files Browse the repository at this point in the history
  • Loading branch information
comphead committed Jun 13, 2024
1 parent 31bf78f commit 405260f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions datafusion/core/tests/fuzz_cases/join_fuzz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@ async fn test_left_join_1k() {
.await
}

// This test is flaky
// https://github.com/apache/datafusion/issues/10886
#[ignore]
#[tokio::test]
async fn test_left_join_1k_filtered() {
JoinFuzzTestCase::new(
Expand Down

0 comments on commit 405260f

Please sign in to comment.