From e28c4f74d7dfc68d017cd4f7ad9a0a5539a773fb Mon Sep 17 00:00:00 2001 From: Edmondo Porcu Date: Wed, 12 Jun 2024 06:59:36 -0400 Subject: [PATCH] Disabling test for semi join with filters --- datafusion/core/tests/fuzz_cases/join_fuzz.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/datafusion/core/tests/fuzz_cases/join_fuzz.rs b/datafusion/core/tests/fuzz_cases/join_fuzz.rs index 8c2e24de56b9a..7dbbfb25bf78b 100644 --- a/datafusion/core/tests/fuzz_cases/join_fuzz.rs +++ b/datafusion/core/tests/fuzz_cases/join_fuzz.rs @@ -179,7 +179,8 @@ async fn test_semi_join_1k() { .run_test() .await } - +// See https://github.com/apache/datafusion/issues/10886 +#[ignore] #[tokio::test] async fn test_semi_join_1k_filtered() { JoinFuzzTestCase::new(