From f0af79a1d67acedcd94945343c23f661bf1f54aa Mon Sep 17 00:00:00 2001 From: Thiago Perrotta Date: Tue, 24 Oct 2023 03:44:02 -0400 Subject: [PATCH] ci: disable device-request-prompt tests for firefox (#11236) --- test/TestExpectations.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/TestExpectations.json b/test/TestExpectations.json index be4a8abced2..e3114efec46 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -35,6 +35,12 @@ "parameters": ["webDriverBiDi"], "expectations": ["PASS"] }, + { + "testIdPattern": "[device-request-prompt.spec] *", + "platforms": ["darwin", "linux", "win32"], + "parameters": ["firefox"], + "expectations": ["SKIP"] + }, { "testIdPattern": "[dialog.spec] *", "platforms": ["darwin", "linux", "win32"],