From f76938c8f75f5373d9c706a8598d1e0070026f91 Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Fri, 7 Jul 2023 22:58:54 +0200 Subject: [PATCH] Update tests.toml Co-authored-by: Alexandre Aubin --- tests.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.toml b/tests.toml index de9fd45..c84ca01 100644 --- a/tests.toml +++ b/tests.toml @@ -6,7 +6,7 @@ test_format = 1.0 # Tests to run # ------------ - exclude = ["install.multi", "install.subdir", "install.nourl", "change_url"] + exclude = ["install.multi", "change_url"] # The test IDs to be used in only/exclude statements are: install.root, install.subdir, install.nourl, install.multi, backup_restore, upgrade, upgrade.someCommitId change_url # -------------------------------