From 5ebcb9db14a5750a7502a6e9a3f0ccf0491fede0 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Thu, 29 Feb 2024 09:27:19 +0100 Subject: [PATCH] test: update expectations (#12023) --- test/TestExpectations.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/TestExpectations.json b/test/TestExpectations.json index b5c210ed99c..6e40337c6a1 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -2109,6 +2109,13 @@ "parameters": ["cdp", "firefox"], "expectations": ["SKIP"] }, + { + "testIdPattern": "[mouse.spec] Mouse should send mouse wheel events", + "platforms": ["win32"], + "parameters": ["firefox", "webDriverBiDi"], + "expectations": ["FAIL"], + "comment": "Started failing on 2024-02-28" + }, { "testIdPattern": "[mouse.spec] Mouse should send mouse wheel events", "platforms": ["darwin", "linux", "win32"],