summaryrefslogtreecommitdiffstats
path: root/browser/components/aboutwelcome/tests/browser/browser.toml
blob: 22d95272e856c226b5f3d25916ebb874aa8908f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[DEFAULT]
support-files = [
  "head.js",
]

prefs = [
  "intl.multilingual.aboutWelcome.languageMismatchEnabled=false",
]

["browser_aboutwelcome_attribution.js"]
skip-if = [
  "os == 'linux'", # Test setup only implemented for OSX and Windows
  "os == 'win' && msix", # These tests rely on the ability to write postSigningData, which we can't do in MSIX builds. https://bugzilla.mozilla.org/show_bug.cgi?id=1805911
]

["browser_aboutwelcome_configurable_ui.js"]
skip-if = ["os == 'linux' && bits == 64 && debug"] # Bug 1784548

["browser_aboutwelcome_fxa_signin_flow.js"]

["browser_aboutwelcome_glean.js"]

["browser_aboutwelcome_import.js"]
fail-if = ["a11y_checks"] # Bug 1854514 clicked primary button may not be focusable

["browser_aboutwelcome_mobile_downloads.js"]

["browser_aboutwelcome_multistage_addonspicker.js"]

["browser_aboutwelcome_multistage_default.js"]

["browser_aboutwelcome_multistage_experimentAPI.js"]

["browser_aboutwelcome_multistage_languageSwitcher.js"]
skip-if = ["os == 'linux' && bits == 64"] # Bug 1757875

["browser_aboutwelcome_multistage_mr.js"]
skip-if = ["os == 'linux' && bits == 64 && debug"] # Bug 1812050

["browser_aboutwelcome_multistage_video.js"]

["browser_aboutwelcome_observer.js"]
https_first_disabled = true

["browser_aboutwelcome_rtamo.js"]
skip-if = [
  "os == 'linux'", # Test setup only implemented for OSX and Windows
  "os == 'win' && msix", # These tests rely on the ability to write postSigningData, which we can't do in MSIX builds. https://bugzilla.mozilla.org/show_bug.cgi?id=1805911
]

["browser_aboutwelcome_screen_targeting.js"]

["browser_aboutwelcome_upgrade_multistage_mr.js"]
skip-if = [
  "win11_2009 && debug",
  "os == 'linux' && debug", # Bug 1804804 - disabled on win && linux for extremely high failure rate
]