Blob Blame History Raw
From 71c47a4501b9eca50776efc74bbfda5aeba89d90 Mon Sep 17 00:00:00 2001
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
Date: Sat, 25 Nov 2023 23:01:54 -0500
Subject: [PATCH 6/6] Skip an unsupported test

Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
---
 dask/dataframe/io/tests/test_parquet.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dask/dataframe/io/tests/test_parquet.py b/dask/dataframe/io/tests/test_parquet.py
index 38ac7c40..d5ad8b5f 100644
--- a/dask/dataframe/io/tests/test_parquet.py
+++ b/dask/dataframe/io/tests/test_parquet.py
@@ -4741,6 +4741,7 @@ def test_pyarrow_filesystem_option(tmp_path, fs):
 
 
 @PYARROW_MARK
+@pytest.mark.network
 @pytest.mark.slow
 def test_pyarrow_filesystem_option_real_data():
     # See: https://github.com/dask/dask/pull/10590
-- 
2.42.0