Bug 1862324 [wpt PR 42872] - [wptrunner] Reenable `wpt run` integration tests, a=testonly

Automatic update from web-platform-tests
[wptrunner] Reenable `wpt run` integration tests (#42872)

Apparently fixed by more recent `chromedriver` versions. Closes #42433.
--

wpt-commits: f832fda956b506c280ceaeec8d1e1b521a0029c0
wpt-pr: 42872
This commit is contained in:
Jonathan Lee 2023-11-08 08:33:13 +00:00 коммит произвёл moz-wptsync-bot
Родитель 8eed3f9fe1
Коммит 5b44e328a8
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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():
@ -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):