Skip to content

Commit

Permalink
Disabling test for semi join with filters
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondop committed Jun 12, 2024
1 parent 9b3b805 commit e28c4f7
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 e28c4f7

Please sign in to comment.