test: skip mouse reset tests (#10991)

This commit is contained in:
Alex Rudenko 2023-09-22 10:46:02 +02:00 committed by GitHub
parent d048cd965f
commit 18ba47e043
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -837,7 +837,7 @@
"testIdPattern": "[mouse.spec] Mouse should reset properly",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["cdp"],
"expectations": ["FAIL", "TIMEOUT"]
"expectations": ["SKIP"]
},
{
"testIdPattern": "[navigation.spec] navigation \"after each\" hook for \"should work with both domcontentloaded and load\"",