diff --git a/manifest.toml b/manifest.toml index b633888..a1ba266 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,7 +16,7 @@ code = "https://github.com/wasi-master/13ft" [integration] yunohost = ">= 11.2" architectures = "all" -multi_instance = true +multi_instance = false ldap = false diff --git a/tests.toml b/tests.toml index 882baca..534f43c 100644 --- a/tests.toml +++ b/tests.toml @@ -6,4 +6,4 @@ test_format = 1.0 # EVERYTHING PAST THIS POINT IS OPTIONAL AND MOST LIKELY UNNECESSARY FOR NEW APPS #-------------------------------------------------------------------------------- - exclude = ["install.subdir"] \ No newline at end of file + exclude = ["install.subdir", "install.multi"] \ No newline at end of file