From b8d120ff750246cc1dd0a6fb5346f8992e1f7cf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Kondratiuk?= Date: Fri, 6 Dec 2024 09:45:29 -0300 Subject: [PATCH] Ignore browsercontext.spec in bidi --- .../TestExpectations/TestExpectations.local.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/lib/PuppeteerSharp.Nunit/TestExpectations/TestExpectations.local.json b/lib/PuppeteerSharp.Nunit/TestExpectations/TestExpectations.local.json index 15856ef69..b276794bc 100644 --- a/lib/PuppeteerSharp.Nunit/TestExpectations/TestExpectations.local.json +++ b/lib/PuppeteerSharp.Nunit/TestExpectations/TestExpectations.local.json @@ -420,6 +420,21 @@ "FAIL" ] }, + { + "comment": "This is part of organizing the webdriver bidi implementation, We will remove it one by one", + "testIdPattern": "[browsercontext.spec] *", + "platforms": [ + "darwin", + "linux", + "win32" + ], + "parameters": [ + "webDriverBiDi" + ], + "expectations": [ + "FAIL" + ] + }, { "comment": "This is part of organizing the webdriver bidi implementation, We will remove it one by one", "testIdPattern": "[device-request-prompt.spec] *",