We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174a49e commit 391ed79Copy full SHA for 391ed79
1 file changed
tests/custom/test_client.py
@@ -284,7 +284,7 @@ def test_upload_download() -> None:
284
# Always stop the instance
285
ubuntu_instance.stop()
286
287
-
+@pytest.mark.skip()
288
def test_beta_vm_management() -> None:
289
_check_api_key()
290
client = Scrapybara()
@@ -315,6 +315,7 @@ def test_beta_vm_management() -> None:
315
instance.stop()
316
317
318
319
def test_restore_from_snapshot() -> None:
320
321
0 commit comments