Skip to content

Commit

Permalink
Update datafusion/core/tests/fuzz_cases/join_fuzz.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
comphead authored Jun 11, 2024
1 parent 8ae1d05 commit d920902
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datafusion/core/tests/fuzz_cases/join_fuzz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ async fn test_anti_join_1k() {
.await
}

// Test failed for now. https://github.com/apache/datafusion/issues/10872
#[ignore]
#[tokio::test]
async fn test_anti_join_1k_filtered() {
JoinFuzzTestCase::new(
Expand Down

0 comments on commit d920902

Please sign in to comment.