Skip to content

Commit 0ecb167

Browse files
kblokclaude
andcommitted
fix: remove unrelated flaky test skips added during CI failures
These 5 local skips (browser.spec, coverage.spec, navigation.spec, screenshot.spec, waittask.spec) were unrelated to the allowlist feature and were masking real CI flakiness instead of fixing root causes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 126fd9b commit 0ecb167

1 file changed

Lines changed: 0 additions & 35 deletions

File tree

lib/PuppeteerSharp.Nunit/TestExpectations/TestExpectations.local.json

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -138,40 +138,5 @@
138138
"platforms": ["linux", "win32"],
139139
"parameters": ["chrome", "cdp"],
140140
"expectations": ["SKIP"]
141-
},
142-
{
143-
"comment": "Flaky on headful Linux CI: Chrome fails to open a new tab after last page closes due to process state races",
144-
"testIdPattern": "[browser.spec] Browser specs Browser.process should keep connected after the last page is closed",
145-
"platforms": ["linux"],
146-
"parameters": ["chrome", "headful"],
147-
"expectations": ["SKIP"]
148-
},
149-
{
150-
"comment": "Flaky on headful Linux CI: coverage data differs in headful mode",
151-
"testIdPattern": "[coverage.spec] Coverage specs JSCoverage should report right ranges for \"per function\" scope",
152-
"platforms": ["linux"],
153-
"parameters": ["chrome", "headful"],
154-
"expectations": ["SKIP"]
155-
},
156-
{
157-
"comment": "Flaky on headful Linux CI: BFCache restore causes GoBack to return null response",
158-
"testIdPattern": "[navigation.spec] navigation Page.goBack should work",
159-
"platforms": ["linux"],
160-
"parameters": ["chrome", "headful"],
161-
"expectations": ["SKIP"]
162-
},
163-
{
164-
"comment": "Flaky on headful Linux CI: clearDeviceMetricsOverride does not reset window.innerWidth to 0 in Xvfb",
165-
"testIdPattern": "[screenshot.spec] Screenshots Page.screenshot should restore to original viewport size after taking fullPage screenshots when defaultViewport is null",
166-
"platforms": ["linux"],
167-
"parameters": ["chrome", "headful"],
168-
"expectations": ["SKIP"]
169-
},
170-
{
171-
"comment": "Flaky on Firefox headless BiDi Linux CI: waitForSelector bounding box assertion fails intermittently",
172-
"testIdPattern": "[waittask.spec] waittask specs Frame.waitForSelector should wait for element to be visible (bounding box)",
173-
"platforms": ["linux"],
174-
"parameters": ["firefox", "webDriverBiDi"],
175-
"expectations": ["SKIP"]
176141
}
177142
]

0 commit comments

Comments
 (0)