From 2dfd6e41d8e60a5a042b4c2dac2e47e4c42f95b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 7 Feb 2024 16:40:52 +0100 Subject: [PATCH] exclude multi install --- manifest.toml | 2 +- tests.toml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index c46fcf2..f9011e2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -19,7 +19,7 @@ code = "https://github.com/jupyterhub/jupyterhub" [integration] yunohost = ">= 11.2" architectures = "all" -multi_instance = true +multi_instance = false ldap = true diff --git a/tests.toml b/tests.toml index 6b5657d..030c471 100644 --- a/tests.toml +++ b/tests.toml @@ -2,6 +2,15 @@ test_format = 1.0 [default] + # ------------ + # Tests to run + # ------------ + + # ------------------------------------------------------------------------------- + # EVERYTHING PAST THIS POINT IS OPTIONAL AND MOST LIKELY UNNECESSARY FOR NEW APPS + #-------------------------------------------------------------------------------- + + exclude = ["install.multi"] # ------------------------------- # Default args to use for install