This is an automated email from the ASF dual-hosted git repository.

viirya pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 773f1b9d4 Ignore flaky test (#2655)
773f1b9d4 is described below

commit 773f1b9d49d11a71129aaaebc9884559b7690cd3
Author: Liang-Chi Hsieh <[email protected]>
AuthorDate: Mon Sep 5 12:44:25 2022 -0700

    Ignore flaky test (#2655)
---
 parquet/src/arrow/async_reader.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/parquet/src/arrow/async_reader.rs 
b/parquet/src/arrow/async_reader.rs
index 77537b7b4..564166ecb 100644
--- a/parquet/src/arrow/async_reader.rs
+++ b/parquet/src/arrow/async_reader.rs
@@ -995,6 +995,7 @@ mod tests {
     }
 
     #[tokio::test]
+    #[ignore]
     async fn test_fuzz_async_reader_selection() {
         let testdata = arrow::util::test_util::parquet_test_data();
         let path = format!("{}/alltypes_tiny_pages_plain.parquet", testdata);

Reply via email to