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/test_cve.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/test_cve.py')
| -rw-r--r-- | tests/test_cve.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cve.py b/tests/test_cve.py index 8fb31dde..dcbdda8b 100644 --- a/tests/test_cve.py +++ b/tests/test_cve.py @@ -99,7 +99,7 @@ def test_criteria_configuration_expansion(cve_dataset_path: Path, cpe_match_feed ] -@pytest.mark.skip(reason="Uses too much bandwidth.") +@pytest.mark.remote def test_cve_download_from_seccerts(): cve_dataset = CVEDataset.from_web() assert len(cve_dataset) > 100000 |
