Skip to content

Commit

Permalink
test: disable more tests (#49)
Browse files Browse the repository at this point in the history
- the cookie test relies on the Chrome specific partitioning
- the file URLs are deprioritized
  • Loading branch information
OrKoN committed Jun 6, 2024
1 parent 4730a2b commit 3677177
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ignored-tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@
"Chromium-Specific Launcher tests Puppeteer.launch |pipe| option should support the pipe argument",
"Chromium-Specific Launcher tests Puppeteer.launch |pipe| option should support the pipe option",
"Chromium-Specific Page Tests Page.setRequestInterception should work with intervention headers",
"Cookie specs Page.deleteCookie should delete cookie for specified URL regardless of the current page",
"Cookie specs Page.setCookie should default to setting secure cookie for HTTPS websites",
"Cookie specs Page.setCookie should set secure same-site cookies from a frame",
"cooperative request interception Page.setRequestInterception should be abortable with custom error codes",
"cooperative request interception Page.setRequestInterception should navigate to URL with hash and fire requests without hash",
"cooperative request interception Page.setRequestInterception should work with file URLs",
"cooperative request interception Request.resourceType should work for document type",
"cooperative request interception Request.resourceType should work for stylesheets",
"Coverage specs CSSCoverage resetOnNavigation should NOT report scripts across navigations",
Expand Down Expand Up @@ -198,6 +200,7 @@
"Prerender can screencast",
"request interception Page.setRequestInterception should be abortable with custom error codes",
"request interception Page.setRequestInterception should navigate to URL with hash and fire requests without hash",
"request interception Page.setRequestInterception should work with file URLs",
"request interception Page.setRequestInterception should work with requests without networkId",
"request interception Request.resourceType should work for document type",
"request interception Request.resourceType should work for stylesheets",
Expand Down

0 comments on commit 3677177

Please sign in to comment.