diff --git a/test/TestExpectations.json b/test/TestExpectations.json index 9f802997124..e97d1e32b64 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -77,6 +77,18 @@ "parameters": ["webDriverBiDi"], "expectations": ["FAIL"] }, + { + "testIdPattern": "[network.spec] network Page.setBypassServiceWorker *", + "platforms": ["darwin", "linux", "win32"], + "parameters": ["webDriverBiDi"], + "expectations": ["FAIL"] + }, + { + "testIdPattern": "[network.spec] network Page.setBypassServiceWorker *", + "platforms": ["darwin", "linux", "win32"], + "parameters": ["firefox"], + "expectations": ["FAIL", "TIMEOUT"] + }, { "testIdPattern": "[network.spec] network Page.setExtraHTTPHeaders *", "platforms": ["darwin", "linux", "win32"], @@ -441,7 +453,7 @@ "testIdPattern": "[network.spec] network raw network headers Cross-origin set-cookie", "platforms": ["darwin", "linux", "win32"], "parameters": ["webDriverBiDi"], - "expectations": ["FAIL"] + "expectations": ["SKIP"] }, { "testIdPattern": "[network.spec] network raw network headers Same-origin set-cookie navigation", @@ -521,18 +533,6 @@ "parameters": ["webDriverBiDi"], "expectations": ["FAIL"] }, - { - "testIdPattern": "[network.spec] network Page.setBypassServiceWorker *", - "platforms": ["darwin", "linux", "win32"], - "parameters": ["webDriverBiDi"], - "expectations": ["FAIL"] - }, - { - "testIdPattern": "[network.spec] network Page.setBypassServiceWorker *", - "platforms": ["darwin", "linux", "win32"], - "parameters": ["firefox"], - "expectations": ["FAIL", "TIMEOUT"] - }, { "testIdPattern": "[oopif.spec] *", "platforms": ["darwin", "linux", "win32"],