Skip to content

Commit

Permalink
Minor: Disable flaky antijoin test until perm fix
Browse files Browse the repository at this point in the history
  • Loading branch information
comphead committed Jul 22, 2024
1 parent 7d078d8 commit 136969f
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 136969f

Please sign in to comment.