From d59afbc863a81d94bf563e0b9c8d12cfaf4c56c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 5 Apr 2023 14:43:21 +0200 Subject: [PATCH] Update tests.toml --- tests.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests.toml b/tests.toml index 4be68e1..e31077c 100644 --- a/tests.toml +++ b/tests.toml @@ -6,8 +6,8 @@ test_format = 1.0 # Tests to run # ------------ - exclude = ["install.private", "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 - + exclude = ["install.private", "change_url"] + # ------------------------------- # Default args to use for install # -------------------------------