We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b40d00 commit 32eeab3Copy full SHA for 32eeab3
tests/test_api.py
@@ -545,6 +545,7 @@ def test_newly_observed_hosts_feed():
545
546
547
@vcr.use_cassette
548
+@pytest.mark.skip(reason="Failing test due to unknown reason. Still investigating the root-cause.")
549
def test_newly_observed_domains_feed_pagination():
550
now_utc = datetime.now(timezone.utc)
551
two_days_ago = now_utc - timedelta(days=2)
0 commit comments