1
0
Fork 0
firefox/toolkit/components/backgroundtasks/tests/browser/browser.toml
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

8 lines
271 B
TOML

[DEFAULT]
head = "head.js"
["browser_backgroundtask_specific_pref.js"]
run-if = ["appname == 'firefox'"] # Prefs are Firefox specific, e.g. not Thunderbird
["browser_xpcom_graph_wait.js"]
skip-if = ["tsan"] # TSan times out on pretty much all profiler-consuming tests.