We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5738057 commit 011f116Copy full SHA for 011f116
pandas/tests/io/parser/test_network.py
@@ -69,14 +69,14 @@ def tips_df(datapath):
69
70
71
@pytest.mark.usefixtures("s3_resource")
72
+@pytest.mark.xfail(
73
+ reason="CI race condition GH 45433, GH 44584",
74
+ raises=FileNotFoundError,
75
+ strict=False,
76
+)
77
@td.skip_if_not_us_locale()
78
class TestS3:
79
@td.skip_if_no("s3fs")
- @pytest.mark.xfail(
- reason="CI race condition GH 45433, GH 44584",
- raises=FileNotFoundError,
- strict=False,
- )
80
def test_parse_public_s3_bucket(self, tips_df, s3so):
81
82
# more of an integration test due to the not-public contents portion
0 commit comments