summaryrefslogtreecommitdiffstats
path: root/browser/components/downloads/test/unit/xpcshell.toml
diff options
context:
space:
mode:
Diffstat (limited to 'browser/components/downloads/test/unit/xpcshell.toml')
-rw-r--r--browser/components/downloads/test/unit/xpcshell.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/browser/components/downloads/test/unit/xpcshell.toml b/browser/components/downloads/test/unit/xpcshell.toml
new file mode 100644
index 0000000000..37a26b4b65
--- /dev/null
+++ b/browser/components/downloads/test/unit/xpcshell.toml
@@ -0,0 +1,12 @@
+[DEFAULT]
+head = "head.js"
+firefox-appdir = "browser"
+skip-if = ["os == 'android'"] # bug 1730213
+
+["test_DownloadLastDir_basics.js"]
+
+["test_DownloadsCommon_getMimeInfo.js"]
+
+["test_DownloadsCommon_isFileOfType.js"]
+
+["test_DownloadsViewableInternally.js"]