Skip to content

Commit 4e30caa

Browse files
authored
CI/TST: Skip external s3 bucket test that hangs on min build (#45665)
* Debug/CI: Min build * Skip the s3 tests * Remove -v
1 parent 579ec33 commit 4e30caa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pandas/tests/io/xml/test_xml.py

+4
Original file line numberDiff line numberDiff line change
@@ -1102,6 +1102,10 @@ def test_unsuported_compression(datapath, parser):
11021102
@tm.network
11031103
@td.skip_if_no("s3fs")
11041104
@td.skip_if_no("lxml")
1105+
@pytest.mark.skipif(
1106+
os.environ.get("PANDAS_CI", "0") == "1",
1107+
reason="2022.1.17: Hanging on the CI min versions build.",
1108+
)
11051109
def test_s3_parser_consistency():
11061110
# Python Software Foundation (2019 IRS-990 RETURN)
11071111
s3 = "s3://irs-form-990/201923199349319487_public.xml"

0 commit comments

Comments
 (0)