Skip to content

Commit deef834

Browse files
authored
Minor: Disable flaky antijoin test until perm fix (#11608)
1 parent d941dc3 commit deef834

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

datafusion/core/tests/fuzz_cases/join_fuzz.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,9 @@ async fn test_anti_join_1k() {
250250
}
251251

252252
#[tokio::test]
253+
#[ignore]
254+
// flaky test giving 1 rows difference sometimes
255+
// https://github.com/apache/datafusion/issues/11555
253256
async fn test_anti_join_1k_filtered() {
254257
// NLJ vs HJ gives wrong result
255258
// Tracked in https://github.com/apache/datafusion/issues/11537

0 commit comments

Comments
 (0)