summaryrefslogtreecommitdiffstats
path: root/browser/components/aboutlogins/tests/unit/xpcshell.toml
diff options
context:
space:
mode:
Diffstat (limited to 'browser/components/aboutlogins/tests/unit/xpcshell.toml')
-rw-r--r--browser/components/aboutlogins/tests/unit/xpcshell.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/browser/components/aboutlogins/tests/unit/xpcshell.toml b/browser/components/aboutlogins/tests/unit/xpcshell.toml
new file mode 100644
index 0000000000..b23e325c00
--- /dev/null
+++ b/browser/components/aboutlogins/tests/unit/xpcshell.toml
@@ -0,0 +1,7 @@
+[DEFAULT]
+skip-if = ["os == 'android'"] # bug 1730213
+head = "head.js"
+firefox-appdir = "browser"
+
+["test_getPotentialBreachesByLoginGUID.js"]
+tags = "remote-settings"