Skip to content

Commit

Permalink
Update test_rstudio_ui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RockfordMankiniUCSD authored Jan 31, 2024
1 parent 6c4bb15 commit 9a15135
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
SERVICE_NAME = os.environ.get('SERVICE_NAME', '127.0.0.1')


@pytest.mark.skip(reason="Skipping test_rstudio() due to Selenium issue")
#@pytest.mark.skip(reason="Skipping test_rstudio() due to Selenium issue")
def test_rstudio(container):

c = container.run(
Expand Down

0 comments on commit 9a15135

Please sign in to comment.