Skip to content

Commit 7914624

Browse files
authored
Reapply "Ignore sort_query_fuzzer_runner (#16462)" (#16470) (#16485)
This reverts commit a0eaf51.
1 parent a0eaf51 commit 7914624

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datafusion/core/tests/fuzz_cases/sort_query_fuzz.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ use super::record_batch_generator::{get_supported_types_columns, RecordBatchGene
4848
///
4949
/// Now memory limiting is disabled by default. See TODOs in `SortQueryFuzzer`.
5050
#[tokio::test(flavor = "multi_thread")]
51+
#[ignore = "https://github.com/apache/datafusion/issues/16452"]
5152
async fn sort_query_fuzzer_runner() {
5253
let random_seed = std::time::SystemTime::now()
5354
.duration_since(std::time::UNIX_EPOCH)

0 commit comments

Comments
 (0)