From bce30729f67345983abe026d9e26df8509a2b954 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke Date: Mon, 24 Jan 2022 20:34:12 -0800 Subject: [PATCH] TST/CI: Mark TestS3 as xfail(strict=False) due to flakiness --- pandas/tests/io/parser/test_network.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pandas/tests/io/parser/test_network.py b/pandas/tests/io/parser/test_network.py index 1e6d7e8ef50ab..d4c3c93a32af0 100644 --- a/pandas/tests/io/parser/test_network.py +++ b/pandas/tests/io/parser/test_network.py @@ -69,14 +69,14 @@ def tips_df(datapath): @pytest.mark.usefixtures("s3_resource") +@pytest.mark.xfail( + reason="CI race condition GH 45433, GH 44584", + raises=FileNotFoundError, + strict=False, +) @td.skip_if_not_us_locale() class TestS3: @td.skip_if_no("s3fs") - @pytest.mark.xfail( - reason="CI race condition GH 45433, GH 44584", - raises=FileNotFoundError, - strict=False, - ) def test_parse_public_s3_bucket(self, tips_df, s3so): # more of an integration test due to the not-public contents portion