From deef834e7adfd859414448ab4da461e2d4eabb9e Mon Sep 17 00:00:00 2001 From: Oleks V Date: Mon, 22 Jul 2024 17:46:23 -0700 Subject: [PATCH] Minor: Disable flaky antijoin test until perm fix (#11608) --- datafusion/core/tests/fuzz_cases/join_fuzz.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/datafusion/core/tests/fuzz_cases/join_fuzz.rs b/datafusion/core/tests/fuzz_cases/join_fuzz.rs index 604c1f93e55e..f1cca66712d7 100644 --- a/datafusion/core/tests/fuzz_cases/join_fuzz.rs +++ b/datafusion/core/tests/fuzz_cases/join_fuzz.rs @@ -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