Skip to content

Commit 7083a9c

Browse files
committed
Mark 3 tests as flaky
1 parent 68ce30b commit 7083a9c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sdmx/tests/format/test_xml.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def test_install_schemas_invalid_version(version):
6161
sdmx.install_schemas(version=version)
6262

6363

64+
@pytest.mark.flaky(reruns=5)
6465
@pytest.mark.network
6566
@pytest.mark.parametrize(
6667
"parts",
@@ -89,6 +90,7 @@ def v30_zipball_path(installed_schemas):
8990
yield _extracted_zipball(Version["3.0.0"])
9091

9192

93+
@pytest.mark.flaky(reruns=5)
9294
@pytest.mark.network
9395
@pytest.mark.parametrize(
9496
"parts",
@@ -110,6 +112,7 @@ def test_validate_xml_from_v3_0_samples(installed_schemas, v30_zipball_path, par
110112
)
111113

112114

115+
@pytest.mark.flaky(reruns=5)
113116
@pytest.mark.network
114117
def test_validate_xml_invalid_doc(tmp_path, installed_schemas):
115118
"""Ensure that an invalid document fails validation."""

0 commit comments

Comments
 (0)