Skip to content

Commit d0bb4db

Browse files
Temp skip Firefox test
1 parent 2108575 commit d0bb4db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_ide.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,8 @@ def test_studio_default_domain_multiple_users(request):
314314
assert "test-data-science" in user_profile_name
315315

316316

317+
@pytest.mark.skipif(os.getenv('PYTEST_IGNORE_SKIPS', "false") == "false",
318+
reason="Not yet stable")
317319
def test_studio_notebook_in_firefox(request):
318320
ide = SSHIDE(request.config.getini('sagemaker_studio_domain'), 'test-data-science')
319321

0 commit comments

Comments
 (0)