Skip to content

Commit

Permalink
Disabling test for semi join with filters (#10887)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondop authored Jun 12, 2024
1 parent 9b3b805 commit 7f6fc07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datafusion/core/tests/fuzz_cases/join_fuzz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 7f6fc07

Please sign in to comment.