Skip to content

Commit

Permalink
Bug 1737131 - skip browser_tabclose.js and browser_ext_browserAction_…
Browse files Browse the repository at this point in the history
…theme_icons.js on Linux DevEdition. r=emilio DONTBUILD

Failures started after bug 1736141 (prefers-color-scheme should not default to
dark for Elemental Balanced).

Differential Revision: https://phabricator.services.mozilla.com/D129844
  • Loading branch information
Archaeopteryx committed Oct 31, 2021
1 parent 522c014 commit f019d82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion browser/base/content/test/performance/browser.ini
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ run-if = debug || nightly_build # Requires startupRecorder.js, which isn't shipp
skip-if = os == 'mac'
[browser_tabclose_grow.js]
[browser_tabclose.js]
skip-if = (os == 'win') || (os == 'mac') # Bug 1488537, Bug 1531417, Bug 1497713
skip-if =
os == 'linux' && devedition # Bug 1737131
os == 'mac' # Bug 1531417
os == 'win' # Bug 1488537, Bug 1497713
[browser_tabdetach.js]
[browser_tabopen.js]
skip-if =
Expand Down
4 changes: 3 additions & 1 deletion browser/components/extensions/test/browser/browser.ini
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ skip-if = debug # Bug 1522164
[browser_ext_browserAction_simple.js]
[browser_ext_browserAction_telemetry.js]
[browser_ext_browserAction_theme_icons.js]
skip-if = (os == 'mac') # macosx1014 due to 1479256
skip-if =
os == 'linux' && devedition # Bug 1737131
os == 'mac' # macosx1014 due to 1479256
[browser_ext_browsingData_cookieStoreId.js]
[browser_ext_browsingData_formData.js]
[browser_ext_browsingData_history.js]
Expand Down

0 comments on commit f019d82

Please sign in to comment.