We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3801bed commit 2d7e8e1Copy full SHA for 2d7e8e1
dask/bytes/tests/test_http.py
@@ -195,6 +195,7 @@ def test_parquet(engine):
195
reruns=10, reruns_delay=5, reason="https://github.com/dask/dask/issues/3696"
196
)
197
@pytest.mark.network
198
+@pytest.mark.skip(reason="Flaky test.")
199
def test_bag():
200
# This test pulls from different hosts
201
urls = [
0 commit comments