File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,11 @@ def test_read_zipped_json(datapath):
38
38
39
39
40
40
@td .skip_if_not_us_locale
41
+ @pytest .mark .xfail (
42
+ reason = "CI race condition GH 45433, GH 44584" ,
43
+ raises = FileNotFoundError ,
44
+ strict = False ,
45
+ )
41
46
def test_with_s3_url (compression , s3_resource , s3so ):
42
47
# Bucket "pandas-test" created in tests/io/conftest.py
43
48
Original file line number Diff line number Diff line change @@ -72,6 +72,11 @@ def tips_df(datapath):
72
72
@td .skip_if_not_us_locale ()
73
73
class TestS3 :
74
74
@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
+ )
75
80
def test_parse_public_s3_bucket (self , tips_df , s3so ):
76
81
77
82
# more of an integration test due to the not-public contents portion
You can’t perform that action at this time.
0 commit comments