Skip to content

Commit

Permalink
[wptrunner] Reenable wpt run integration tests (#42872)
Browse files Browse the repository at this point in the history
Apparently fixed by more recent `chromedriver` versions. Closes #42433.
  • Loading branch information
jonathan-j-lee authored Oct 31, 2023
1 parent f3f612a commit f832fda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/wpt/tests/test_wpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ def test_run_zero_tests():

@pytest.mark.slow
@pytest.mark.remote_network
@pytest.mark.skip(reason="https://github.com/web-platform-tests/wpt/issues/42433")
@pytest.mark.skipif(sys.platform == "win32",
reason="https://github.com/web-platform-tests/wpt/issues/28745")
def test_run_failing_test():
Expand Down Expand Up @@ -240,7 +239,6 @@ def test_run_failing_test():

@pytest.mark.slow
@pytest.mark.remote_network
@pytest.mark.skip(reason="https://github.com/web-platform-tests/wpt/issues/42433")
@pytest.mark.skipif(sys.platform == "win32",
reason="https://github.com/web-platform-tests/wpt/issues/28745")
def test_run_verify_unstable(temp_test):
Expand Down

0 comments on commit f832fda

Please sign in to comment.