diff options
Diffstat (limited to 'toolkit/components/contextualidentity/tests/unit/xpcshell.ini')
-rw-r--r-- | toolkit/components/contextualidentity/tests/unit/xpcshell.ini | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/toolkit/components/contextualidentity/tests/unit/xpcshell.ini b/toolkit/components/contextualidentity/tests/unit/xpcshell.ini new file mode 100644 index 0000000000..400314f3cd --- /dev/null +++ b/toolkit/components/contextualidentity/tests/unit/xpcshell.ini @@ -0,0 +1,9 @@ +[DEFAULT] +firefox-appdir = browser + +[test_basic.js] +skip-if = appname == "thunderbird" +[test_corruptedFile.js] +skip-if = appname == "thunderbird" +[test_migratedFile.js] +skip-if = appname == "thunderbird" |