Skip to content

Commit e7b0802

Browse files
committed
skip all but snapshotting
1 parent 9b53f80 commit e7b0802

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

tests/custom/test_client.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def _check_api_key() -> None:
2929
if os.getenv("SCRAPYBARA_API_KEY") is None:
3030
raise ValueError("SCRAPYBARA_API_KEY is not set")
3131

32-
32+
@pytest.mark.skip()
3333
def test_ubuntu() -> None:
3434
_check_api_key()
3535
client = Scrapybara()
@@ -63,6 +63,7 @@ def test_ubuntu() -> None:
6363
ubuntu_instance.browser.stop()
6464
ubuntu_instance.stop()
6565

66+
@pytest.mark.skip()
6667
def test_ubuntu_openai() -> None:
6768
_check_api_key()
6869
client = Scrapybara()
@@ -96,7 +97,7 @@ def test_ubuntu_openai() -> None:
9697
ubuntu_instance.browser.stop()
9798
ubuntu_instance.stop()
9899

99-
100+
@pytest.mark.skip()
100101
def test_browser() -> None:
101102
_check_api_key()
102103
client = Scrapybara()
@@ -124,6 +125,7 @@ def test_browser() -> None:
124125
assert response.output.combined_valuation is not None
125126
browser_instance.stop()
126127

128+
@pytest.mark.skip()
127129
def test_browser_openai() -> None:
128130
_check_api_key()
129131
client = Scrapybara()
@@ -243,6 +245,7 @@ def test_browser_thinking() -> None:
243245
browser_instance.stop()
244246

245247

248+
@pytest.mark.skip()
246249
def test_upload_download() -> None:
247250
_check_api_key()
248251
client = Scrapybara()

0 commit comments

Comments
 (0)