tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

skip-mozilla-ci-incompatible-tests.patch (1665B)


      1 commit 557f47fb4c745b8af1ec0f11ea861cbbed112328
      2 Author: Julian Descottes <jdescottes@mozilla.com>
      3 Date:   Tue Jan 21 17:08:36 2025 +0000
      4 
      5    Bug 1934281 - [puppeteer] Disable all puppeteer tests incompatible with Mozilla CI.
      6 
      7 diff --git a/remote/test/puppeteer/test/TestExpectations.json b/remote/test/puppeteer/test/TestExpectations.json
      8 index cc41a5e2c717..28b261003915 100644
      9 --- a/remote/test/puppeteer/test/TestExpectations.json
     10 +++ b/remote/test/puppeteer/test/TestExpectations.json
     11 @@ -1252,6 +1252,13 @@
     12     "expectations": ["FAIL"],
     13     "comment": "TODO: add a comment explaining why this expectation is required (include links to issues)"
     14   },
     15 +  {
     16 +    "testIdPattern": "[launcher.spec] Launcher specs Puppeteer Puppeteer.executablePath should work",
     17 +    "platforms": ["darwin", "linux", "win32"],
     18 +    "parameters": ["firefox"],
     19 +    "expectations": ["SKIP"],
     20 +    "comment": "Cannot run on Mozilla CI"
     21 +  },
     22   {
     23     "testIdPattern": "[launcher.spec] Launcher specs Puppeteer Puppeteer.launch should filter out ignored default argument in Firefox",
     24     "platforms": ["linux"],
     25 @@ -1262,9 +1269,9 @@
     26   {
     27     "testIdPattern": "[launcher.spec] Launcher specs Puppeteer Puppeteer.launch should filter out ignored default arguments in Chrome",
     28     "platforms": ["darwin", "linux", "win32"],
     29 -    "parameters": ["firefox", "headful"],
     30 +    "parameters": ["firefox"],
     31     "expectations": ["SKIP"],
     32 -    "comment": "Test is testing chrome specific ignore and fails"
     33 +    "comment": "Cannot run on Mozilla CI"
     34   },
     35   {
     36     "testIdPattern": "[launcher.spec] Launcher specs Puppeteer Puppeteer.launch should have custom URL when launching browser",