From 377b31a8504e0ae431d3580e67ebafbaba55c5b2 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Wed, 6 Mar 2024 10:39:01 +0100 Subject: [PATCH] test: update the expectation for firefox CDP (#12047) --- test/TestExpectations.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/TestExpectations.json b/test/TestExpectations.json index e5872ff6648..0fce6e295b9 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -1390,6 +1390,13 @@ "expectations": ["FAIL", "PASS"], "comment": "TODO: add a comment explaining why this expectation is required (include links to issues)" }, + { + "testIdPattern": "[defaultbrowsercontext.spec] DefaultBrowserContext page.cookies() should work", + "platforms": ["darwin", "linux", "win32"], + "parameters": ["cdp", "firefox"], + "expectations": ["FAIL", "PASS"], + "comment": "Firefox CDP does not support isolation so this test might fail if other tests set cookies" + }, { "testIdPattern": "[defaultbrowsercontext.spec] DefaultBrowserContext page.deleteCookie() should work", "platforms": ["darwin", "linux", "win32"],