We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f931b commit 001e485Copy full SHA for 001e485
1 file changed
lib/PuppeteerSharp.Nunit/TestExpectations/TestExpectations.local.json
@@ -188,6 +188,13 @@
188
"parameters": ["chrome", "headful"],
189
"expectations": ["SKIP"]
190
},
191
+ {
192
+ "comment": "Flaky on headless Linux CI: coverage data differs intermittently in headless mode",
193
+ "testIdPattern": "[coverage.spec] Coverage specs JSCoverage should report right ranges for \"per function\" scope",
194
+ "platforms": ["linux"],
195
+ "parameters": ["chrome", "headless"],
196
+ "expectations": ["SKIP"]
197
+ },
198
{
199
"comment": "Flaky on headful Linux CI: BFCache restore causes GoBack to return null response",
200
"testIdPattern": "[navigation.spec] navigation Page.goBack should work",
0 commit comments