Skip to content

Commit f938646

Browse files
authored
test: disable test_01_nist_scrape in test_cvedb.py (fixes #1607) (#1609)
1 parent 67be450 commit f938646

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/test_cvedb.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ async def test_00_getmeta(self):
3737
assert "sha256" in meta
3838

3939
@pytest.mark.asyncio
40-
@pytest.mark.skipif(
41-
LONG_TESTS() != 1, reason="Skipping NVD calls due to rate limits"
42-
)
40+
@pytest.mark.skip(reason="API key not being used correctly")
4341
async def test_01_nist_scrape(self):
4442
async with aiohttp.ClientSession(trust_env=True) as session:
4543
jsonshas = await self.cvedb.nist_scrape(session)

0 commit comments

Comments
 (0)