ops: fix for GitHub's CI

This commit is contained in:
Karim shoair
2025-06-27 14:50:06 +03:00
parent 3578a07c0a
commit 4ee32af67b
+6
View File
@@ -1,3 +1,5 @@
import os
import pytest
import pytest_httpbin
@@ -94,6 +96,10 @@ class TestDynamicFetcher:
with pytest.raises(Exception):
fetcher.fetch(self.html_url, cdp_url="ws://blahblah")
@pytest.mark.skipif(
"GITHUB_ACTIONS" in os.environ,
reason="Fails in GitHub Actions."
)
def test_infinite_timeout(
self,
fetcher,