From bf03e70e6712ceb442fa224d47a5df21a61228b5 Mon Sep 17 00:00:00 2001 From: jrandolf <101637635+jrandolf@users.noreply.github.com> Date: Tue, 6 Feb 2024 17:24:49 +0100 Subject: [PATCH] chore: disable flaky tests (#11853) --- test/TestExpectations.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/test/TestExpectations.json b/test/TestExpectations.json index b8daf1fe1a7..17f6c4ac509 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -2761,6 +2761,12 @@ "parameters": ["firefox", "webDriverBiDi"], "expectations": ["FAIL"] }, + { + "testIdPattern": "[launcher.spec] Launcher specs Puppeteer Browser.disconnect should reject navigation when browser closes", + "platforms": ["darwin", "linux", "win32"], + "parameters": ["chrome", "webDriverBiDi"], + "expectations": ["FAIL", "PASS"] + }, { "testIdPattern": "[launcher.spec] Launcher specs Puppeteer Browser.disconnect should reject navigation when browser closes", "platforms": ["darwin", "linux", "win32"], @@ -3235,6 +3241,12 @@ "parameters": ["firefox", "webDriverBiDi"], "expectations": ["SKIP"] }, + { + "testIdPattern": "[navigation.spec] navigation Page.waitForNavigation should work with history.replaceState()", + "platforms": ["darwin", "linux", "win32"], + "parameters": ["firefox", "webDriverBiDi"], + "expectations": ["PASS", "TIMEOUT"] + }, { "testIdPattern": "[navigation.spec] navigation Page.waitForNavigation should work with history.replaceState()", "platforms": ["darwin", "linux", "win32"],