We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab12bf commit b03cebdCopy full SHA for b03cebd
tests/test_network.py
@@ -91,7 +91,7 @@ async def test_page_events_request_should_fire_for_fetches(page, server):
91
assert len(requests) == 2
92
93
94
-@pytest.mark.skip_platform("win32") # TODO: needs to be investigated
+@pytest.mark.skip("sometimes hanging") # TODO: needs to be investigated
95
async def test_page_events_request_should_report_requests_and_responses_handled_by_service_worker(
96
page: Page, server
97
):
0 commit comments