diff options
Diffstat (limited to 'testing/mozbase/mozinstall/tests/manifest.toml')
-rw-r--r-- | testing/mozbase/mozinstall/tests/manifest.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/mozbase/mozinstall/tests/manifest.toml b/testing/mozbase/mozinstall/tests/manifest.toml new file mode 100644 index 0000000000..43c0d29fdf --- /dev/null +++ b/testing/mozbase/mozinstall/tests/manifest.toml @@ -0,0 +1,12 @@ +[DEFAULT] +subsuite = "mozbase" + +["test_binary.py"] +skip-if = ["os == 'mac'"] + +["test_install.py"] +skip-if = ["os == 'mac'"] # intermittent + +["test_is_installer.py"] + +["test_uninstall.py"] |