Skip to content

Commit

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

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

0 comments on commit b7d2aea

Please sign in to comment.