Skip to content

Commit 2c59238

Browse files
kblokclaude
andcommitted
Skip ShouldReportScriptsAcrossNavigationsWhenDisabled for Chrome
Test was removed from upstream; enabling RenderDocument changes the script count during navigation, so the exact-count assertion fails. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6b31bb2 commit 2c59238

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,12 @@
131131
"platforms": ["darwin", "linux", "win32"],
132132
"parameters": ["webDriverBiDi"],
133133
"expectations": ["FAIL"]
134+
},
135+
{
136+
"comment": "Removed from upstream; enabling RenderDocument changes script count during navigation",
137+
"testIdPattern": "[coverage.spec] Coverage specs resetOnNavigation should report scripts across navigations when disabled",
138+
"platforms": ["darwin", "linux", "win32"],
139+
"parameters": ["chrome"],
140+
"expectations": ["SKIP"]
134141
}
135142
]

0 commit comments

Comments
 (0)