Skip to content

Commit 011f116

Browse files
authored
TST/CI: Mark TestS3 as xfail(strict=False) due to flakiness (#45613)
1 parent 5738057 commit 011f116

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pandas/tests/io/parser/test_network.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ def tips_df(datapath):
6969

7070

7171
@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+
)
7277
@td.skip_if_not_us_locale()
7378
class TestS3:
7479
@td.skip_if_no("s3fs")
75-
@pytest.mark.xfail(
76-
reason="CI race condition GH 45433, GH 44584",
77-
raises=FileNotFoundError,
78-
strict=False,
79-
)
8080
def test_parse_public_s3_bucket(self, tips_df, s3so):
8181

8282
# more of an integration test due to the not-public contents portion

0 commit comments

Comments
 (0)