Skip to content

Commit 391ed79

Browse files
committed
skip
1 parent 174a49e commit 391ed79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/custom/test_client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def test_upload_download() -> None:
284284
# Always stop the instance
285285
ubuntu_instance.stop()
286286

287-
287+
@pytest.mark.skip()
288288
def test_beta_vm_management() -> None:
289289
_check_api_key()
290290
client = Scrapybara()
@@ -315,6 +315,7 @@ def test_beta_vm_management() -> None:
315315
instance.stop()
316316

317317

318+
@pytest.mark.skip()
318319
def test_restore_from_snapshot() -> None:
319320
_check_api_key()
320321
client = Scrapybara()

0 commit comments

Comments
 (0)