summaryrefslogtreecommitdiffstats
path: root/toolkit/components/backgroundtasks/tests/browser/browser.ini
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/backgroundtasks/tests/browser/browser.ini')
-rw-r--r--toolkit/components/backgroundtasks/tests/browser/browser.ini11
1 files changed, 11 insertions, 0 deletions
diff --git a/toolkit/components/backgroundtasks/tests/browser/browser.ini b/toolkit/components/backgroundtasks/tests/browser/browser.ini
new file mode 100644
index 0000000000..1524d431b4
--- /dev/null
+++ b/toolkit/components/backgroundtasks/tests/browser/browser.ini
@@ -0,0 +1,11 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+[DEFAULT]
+skip-if = toolkit == 'android'
+head = head.js
+
+[browser_backgroundtask_specific_pref.js]
+[browser_xpcom_graph_wait.js]
+skip-if = tsan # TSan times out on pretty much all profiler-consuming tests.