From 2cebfee07dcf49ec8e7a9a3807b5e4dacd96a1ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 4 Sep 2023 21:38:07 +0200 Subject: [PATCH] fix --- manifest.toml | 2 +- tests.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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