summaryrefslogtreecommitdiffstats
path: root/toolkit/components/extensions/test/xpcshell/xpcshell-common-e10s.ini
blob: 332921e68538e38f4161a7a8597d86feccb8e5f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Similar to xpcshell-common.ini, except tests here only run
# when e10s is enabled (with or without out-of-process extensions).

[test_ext_webRequest_filterResponseData.js]
# tsan failure is for test_filter_301 timing out, bug 1674773
skip-if = tsan || os == "android" && debug
[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