From 6f00f3bfedd6e30dbdb64b3de867e0a157bc6b96 Mon Sep 17 00:00:00 2001 From: Maksim Sadym <69349599+sadym-chromium@users.noreply.github.com> Date: Wed, 31 Jan 2024 16:58:31 +0100 Subject: [PATCH] test: mark flaky test (#11799) --- test/TestExpectations.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/TestExpectations.json b/test/TestExpectations.json index 8dd29eb0106..436ffe9d57b 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -2537,6 +2537,12 @@ "parameters": ["cdp", "firefox"], "expectations": ["SKIP"] }, + { + "testIdPattern": "[navigation.spec] navigation Page.waitForNavigation should work with history.pushState()", + "platforms": ["linux"], + "parameters": ["firefox", "webDriverBiDi"], + "expectations": ["PASS", "TIMEOUT"] + }, { "testIdPattern": "[navigation.spec] navigation Page.waitForNavigation should work with history.replaceState()", "platforms": ["darwin", "linux", "win32"],