diff --git a/test/TestExpectations.json b/test/TestExpectations.json index 15d23534bd6..082da1d21e5 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -1427,6 +1427,12 @@ "parameters": ["webDriverBiDi"], "expectations": ["PASS"] }, + { + "testIdPattern": "[target.spec] Target Browser.waitForTarget should timeout waiting for a non-existent target", + "platforms": ["darwin", "linux", "win32"], + "parameters": ["webDriverBiDi"], + "expectations": ["FAIL", "PASS"] + }, { "testIdPattern": "[target.spec] Target should be able to use the default page in the browser", "platforms": ["darwin", "linux", "win32"], @@ -1451,12 +1457,6 @@ "parameters": ["cdp", "firefox"], "expectations": ["SKIP"] }, - { - "testIdPattern": "[waittask.spec] waittask specs Frame.waitForFunction should disable timeout when its set to 0", - "platforms": ["darwin", "linux", "win32"], - "parameters": ["webDriverBiDi"], - "expectations": ["SKIP"] - }, { "testIdPattern": "[waittask.spec] waittask specs Frame.waitForFunction should survive cross-process navigation", "platforms": ["darwin", "linux", "win32"], @@ -3815,12 +3815,6 @@ "parameters": ["chrome", "webDriverBiDi"], "expectations": ["PASS"] }, - { - "testIdPattern": "[target.spec] Target Browser.waitForTarget should timeout waiting for a non-existent target", - "platforms": ["darwin", "linux", "win32"], - "parameters": ["chrome", "webDriverBiDi"], - "expectations": ["PASS"] - }, { "testIdPattern": "[target.spec] Target Browser.waitForTarget should wait for a target", "platforms": ["darwin", "linux", "win32"],