diff options
| author | J08nY | 2025-02-15 21:33:17 +0100 |
|---|---|---|
| committer | J08nY | 2025-02-15 21:41:29 +0100 |
| commit | 3f15e8477fbea246ee719f2fe7c540b0bec8ed30 (patch) | |
| tree | 62f39629e38dba63d037425db67bbb760c655bd1 /tests | |
| parent | ad263e37e6c6bb1fa442f5e2beb01c5a890e6001 (diff) | |
| download | sec-certs-3f15e8477fbea246ee719f2fe7c540b0bec8ed30.tar.gz sec-certs-3f15e8477fbea246ee719f2fe7c540b0bec8ed30.tar.zst sec-certs-3f15e8477fbea246ee719f2fe7c540b0bec8ed30.zip | |
Fix expected JSON suffixes.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/fips/test_fips_mip.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fips/test_fips_mip.py b/tests/fips/test_fips_mip.py index c15836ef..b8ac805f 100644 --- a/tests/fips/test_fips_mip.py +++ b/tests/fips/test_fips_mip.py @@ -33,6 +33,7 @@ def test_mip_dataset_from_dumps(data_dir: Path): assert len(dset) == 3 +@pytest.mark.xfail(reason="May fail due to network issues.") def test_mip_flows(): dset = MIPDataset.from_web() assert dset.compute_flows() |
