Skip to content

Commit

Permalink
Bug 1924271 - disable browser_fullscreen_tab_preview.js on linux due …
Browse files Browse the repository at this point in the history
…to almost perma fail. r=aryx

Differential Revision: https://phabricator.services.mozilla.com/D227051
  • Loading branch information
jmaher committed Oct 28, 2024
1 parent e5335dd commit 1b924e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions browser/base/content/test/fullscreen/browser.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@ skip-if = [

["browser_fullscreen_newwindow.js"]

["browser_fullscreen_tab_preview.js"]

["browser_fullscreen_permissions_prompt.js"]

["browser_fullscreen_tab_preview.js"]
skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64'"] # Bug 1924271

["browser_fullscreen_warning.js"]
support-files = ["fullscreen.html"]
skip-if = ["os == 'mac'"] # Bug 1848423
Expand Down

0 comments on commit 1b924e7

Please sign in to comment.