diff options
| author | J08nY | 2025-02-27 13:02:52 +0100 |
|---|---|---|
| committer | J08nY | 2025-02-27 13:02:52 +0100 |
| commit | ee26043a0cc2b03300a4e40a01c7b447a4524418 (patch) | |
| tree | 67e89637184d69f2b78339a173141f0dd5f898d2 /tests/fips/test_fips_dataset.py | |
| parent | 27abe1d969703a87aace43334969939be1b8c9f8 (diff) | |
| download | sec-certs-ee26043a0cc2b03300a4e40a01c7b447a4524418.tar.gz sec-certs-ee26043a0cc2b03300a4e40a01c7b447a4524418.tar.zst sec-certs-ee26043a0cc2b03300a4e40a01c7b447a4524418.zip | |
Move flaky remote tests into "scheduled" workflow.
Diffstat (limited to 'tests/fips/test_fips_dataset.py')
| -rw-r--r-- | tests/fips/test_fips_dataset.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/fips/test_fips_dataset.py b/tests/fips/test_fips_dataset.py index a375cbd3..34746842 100644 --- a/tests/fips/test_fips_dataset.py +++ b/tests/fips/test_fips_dataset.py @@ -37,12 +37,13 @@ def test_dataset_to_json(toy_dataset: FIPSDataset, data_dir: Path, tmp_path: Pat assert data == template_data -@pytest.mark.slow +@pytest.mark.remote def test_from_web(): dset = FIPSDataset.from_web() assert len(dset) > 4000 +@pytest.mark.remote def test_archive_fits(): fsize = helpers.query_file_size(config.fips_latest_full_archive) tmpdir = helpers.tempdir_for(fsize) |
