diff --git a/manifest.toml b/manifest.toml index f5ee1f7..bdd8e3a 100644 --- a/manifest.toml +++ b/manifest.toml @@ -18,7 +18,7 @@ code = "https://github.com/owncloud/ocis" [integration] yunohost = ">= 11.2" architectures = ["amd64", "arm64", "armhf", "i386"] -multi_instance = true +multi_instance = false ldap = false sso = false disk = "50M" diff --git a/tests.toml b/tests.toml index 60a3960..e76d57c 100644 --- a/tests.toml +++ b/tests.toml @@ -6,4 +6,4 @@ test_format = 1.0 # Tests to run # ------------ - exclude = ["install.subdir"] \ No newline at end of file + exclude = ["install.subdir", "install.multi"] \ No newline at end of file