Skip to content

Commit

Permalink
Minor: Disable flaky antijoin test until perm fix (#11608)
Browse files Browse the repository at this point in the history
  • Loading branch information
comphead authored Jul 23, 2024
1 parent d941dc3 commit deef834
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 @@ -250,6 +250,9 @@ async fn test_anti_join_1k() {
}

#[tokio::test]
#[ignore]
// flaky test giving 1 rows difference sometimes
// https://github.com/apache/datafusion/issues/11555
async fn test_anti_join_1k_filtered() {
// NLJ vs HJ gives wrong result
// Tracked in https://github.com/apache/datafusion/issues/11537
Expand Down

0 comments on commit deef834

Please sign in to comment.