Skip to content

Commit b7d2aea

Browse files
authored
Minor: disable flaky fuzz test (#10904)
* Minor: disable fuzz test to avoid CI spontaneous failures
1 parent 2d26859 commit b7d2aea

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
@@ -180,6 +180,9 @@ async fn test_semi_join_1k() {
180180
.await
181181
}
182182

183+
// The test is flaky
184+
// https://github.com/apache/datafusion/issues/10886
185+
#[ignore]
183186
#[tokio::test]
184187
async fn test_semi_join_1k_filtered() {
185188
JoinFuzzTestCase::new(

0 commit comments

Comments
 (0)