Skip to content

Commit

Permalink
test: disable flaky `test_network_before_request_sent_event_with_cook…
Browse files Browse the repository at this point in the history
…ies_emitted`
  • Loading branch information
sadym-chromium committed Jun 3, 2024
1 parent 9900711 commit edb768b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/network/test_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ async def test_network_global_subscription_enabled_in_new_context(
@pytest.mark.asyncio
async def test_network_before_request_sent_event_with_cookies_emitted(
websocket, context_id, base_url, example_url):
pytest.xfail(
"TODO: Fix flaky test https://github.com/GoogleChromeLabs/chromium-bidi/issues/2263"
)
await goto_url(websocket, context_id, base_url)

await execute_command(
Expand Down

0 comments on commit edb768b

Please sign in to comment.