Skip to content

Commit b03cebd

Browse files
committed
fix: flaky test
1 parent cab12bf commit b03cebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ async def test_page_events_request_should_fire_for_fetches(page, server):
9191
assert len(requests) == 2
9292

9393

94-
@pytest.mark.skip_platform("win32") # TODO: needs to be investigated
94+
@pytest.mark.skip("sometimes hanging") # TODO: needs to be investigated
9595
async def test_page_events_request_should_report_requests_and_responses_handled_by_service_worker(
9696
page: Page, server
9797
):

0 commit comments

Comments
 (0)