Skip to content

Commit c6871b5

Browse files
committed
test(navigation): mirror upstream Firefox skip
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3813c827-3dfc-44a4-9433-cae8c2919c95
1 parent 325102c commit c6871b5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/async/test_navigation.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -989,6 +989,9 @@ async def test_frame_goto_should_reject_when_frame_detaches(
989989
assert "frame was detached" in exc_info.value.message.lower()
990990

991991

992+
@pytest.mark.skip_browser(
993+
"firefox"
994+
) # script.js is requested before navigationCommitted arrives
992995
async def test_frame_goto_should_continue_after_client_redirect(
993996
page: Page, server: Server
994997
) -> None:

0 commit comments

Comments
 (0)