summaryrefslogtreecommitdiffstats
path: root/browser/components/about/test/unit/xpcshell.toml
diff options
context:
space:
mode:
Diffstat (limited to 'browser/components/about/test/unit/xpcshell.toml')
-rw-r--r--browser/components/about/test/unit/xpcshell.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/browser/components/about/test/unit/xpcshell.toml b/browser/components/about/test/unit/xpcshell.toml
new file mode 100644
index 0000000000..c71e0f2449
--- /dev/null
+++ b/browser/components/about/test/unit/xpcshell.toml
@@ -0,0 +1,7 @@
+[DEFAULT]
+skip-if = ["os == 'android'"] # bug 1730213
+head = ''
+# make the firefox services (eg newtab-service) available to xpcshell
+firefox-appdir = "browser"
+
+["test_getURIFlags.js"]