Skip to content

Commit f6e5f3d

Browse files
authored
feat(roll): roll Playwright 1.15.0-1631797286000 (microsoft#910)
1 parent 42bd3f0 commit f6e5f3d

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
InWheel = None
2929
from wheel.bdist_wheel import bdist_wheel as BDistWheelCommand
3030

31-
driver_version = "1.15.0-next-1631655106000"
31+
driver_version = "1.15.0-1631797286000"
3232

3333

3434
def extractall(zip: zipfile.ZipFile, path: str) -> None:

tests/async/test_resource_timing.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# limitations under the License.
1414

1515
import pytest
16+
from flaky import flaky
1617

1718

1819
async def test_should_work(page, server, is_webkit, is_mac):
@@ -60,6 +61,7 @@ async def test_should_work_for_subresource(page, server, is_win, is_mac, is_webk
6061
assert timing["responseEnd"] < 10000
6162

6263

64+
@flaky # Upstream flaky
6365
async def test_should_work_for_ssl(browser, https_server, is_mac, is_webkit):
6466
if is_webkit and is_mac:
6567
pytest.skip()

tests/sync/test_resource_timing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def test_should_work_for_subresource(
6868
assert timing["responseEnd"] < 10000
6969

7070

71+
@flaky # Upstream flaky
7172
def test_should_work_for_ssl(
7273
browser: Browser, https_server: Server, is_mac: bool, is_webkit: bool
7374
) -> None:

0 commit comments

Comments
 (0)