Skip to content

Commit 2d7e8e1

Browse files
committed
Skip flaky network test
1 parent 3801bed commit 2d7e8e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dask/bytes/tests/test_http.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ def test_parquet(engine):
195195
reruns=10, reruns_delay=5, reason="https://github.com/dask/dask/issues/3696"
196196
)
197197
@pytest.mark.network
198+
@pytest.mark.skip(reason="Flaky test.")
198199
def test_bag():
199200
# This test pulls from different hosts
200201
urls = [

0 commit comments

Comments
 (0)