summaryrefslogtreecommitdiffstats
path: root/toolkit/components/extensions/test/xpcshell/xpcshell-common-e10s.toml
blob: c22232f8926a83dc4147230a29857440197ddc81 (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
[DEFAULT]

["test_ext_webRequest_eventPage_StreamFilter.js"]

["test_ext_webRequest_filterResponseData.js"]
skip-if = [
  "tsan", # tsan failure is for test_filter_301 timing out, bug 1674773
  "os == 'android' && debug",
  "apple_silicon", # Disabled due to bleedover with other tests when run in regular suites; passes in "failures" jobs
  "fission", # Bug 1762638
]

["test_ext_webRequest_redirect_StreamFilter.js"]

["test_ext_webRequest_responseBody.js"]
skip-if = ["os == 'android' && debug"]

["test_ext_webRequest_startup_StreamFilter.js"]
skip-if = ["os == 'android' && debug"]

["test_ext_webRequest_viewsource_StreamFilter.js"]
skip-if = [
  "tsan", # Bug 1683730
  "apple_silicon", # Disabled due to bleedover with other tests when run in regular suites; passes in "failures" jobs
  "fission", # Bug 1762638
]