Skip to content

Commit 20bd0ea

Browse files
committed
ignore flaky test
1 parent 1c68bc0 commit 20bd0ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/highly_distributed_query.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ mod tests {
1414
use std::sync::Arc;
1515

1616
#[tokio::test]
17+
#[ignore] // This test is flaky
1718
async fn highly_distributed_query() -> Result<(), Box<dyn Error>> {
1819
let (ctx, _guard) = start_localhost_context(9, DefaultSessionBuilder).await;
1920
register_parquet_tables(&ctx).await?;

0 commit comments

Comments
 (0)