diff --git a/test/TestExpectations.json b/test/TestExpectations.json index 4f2ef2676a9..0a0756efc49 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -137,6 +137,13 @@ "parameters": ["webDriverBiDi"], "expectations": ["SKIP"] }, + { + "testIdPattern": "[proxy.spec] *", + "platforms": ["darwin", "linux", "win32"], + "parameters": ["firefox"], + "expectations": ["SKIP"], + "comment": "Chrome-specific test" + }, { "testIdPattern": "[requestinterception-experimental.spec] *", "platforms": ["darwin", "linux", "win32"], @@ -698,12 +705,6 @@ "parameters": ["firefox"], "expectations": ["SKIP"] }, - { - "testIdPattern": "[proxy.spec] *", - "platforms": ["darwin", "linux", "win32"], - "parameters": ["cdp", "firefox"], - "expectations": ["SKIP"] - }, { "testIdPattern": "[queryhandler.spec] Query handler tests P selectors should work ARIA selectors", "platforms": ["darwin", "linux", "win32"], @@ -2925,23 +2926,19 @@ "parameters": ["chrome", "headless"], "expectations": ["FAIL"] }, - { - "testIdPattern": "[proxy.spec] request proxy in incognito browser context should proxy requests when configured at browser level", - "platforms": ["darwin", "linux", "win32"], - "parameters": ["firefox", "webDriverBiDi"], - "expectations": ["FAIL"] - }, { "testIdPattern": "[proxy.spec] request proxy in incognito browser context should proxy requests when configured at context level", "platforms": ["darwin", "linux", "win32"], "parameters": ["chrome", "webDriverBiDi"], - "expectations": ["FAIL"] + "expectations": ["FAIL"], + "comment": "TODO: investigate" }, { "testIdPattern": "[proxy.spec] request proxy in incognito browser context should proxy requests when configured at context level", "platforms": ["win32"], "parameters": ["cdp", "chrome"], - "expectations": ["SKIP"] + "expectations": ["SKIP"], + "comment": "Windows version of Chrome has a long-standing bug" }, { "testIdPattern": "[proxy.spec] request proxy in incognito browser context should proxy requests when configured at context level", @@ -2949,18 +2946,6 @@ "parameters": ["cdp", "chrome"], "expectations": ["FAIL", "PASS"] }, - { - "testIdPattern": "[proxy.spec] request proxy in incognito browser context should proxy requests when configured at context level", - "platforms": ["darwin", "linux", "win32"], - "parameters": ["firefox", "webDriverBiDi"], - "expectations": ["FAIL"] - }, - { - "testIdPattern": "[proxy.spec] request proxy should proxy requests when configured", - "platforms": ["darwin", "linux", "win32"], - "parameters": ["firefox", "webDriverBiDi"], - "expectations": ["FAIL"] - }, { "testIdPattern": "[queryObjects.spec] page.queryObjects should fail for disposed handles", "platforms": ["darwin", "linux", "win32"],