From c96fb76d9f417b782e14cf3f631d32a931da9990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 24 Jan 2024 18:23:19 +0100 Subject: [PATCH] Remove exclusions that should be automatically detected --- tests.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests.toml b/tests.toml index 1774c62..d64ef3c 100644 --- a/tests.toml +++ b/tests.toml @@ -5,7 +5,3 @@ test_format = 1.0 # ------------ # Tests to run # ------------ - - exclude = ["install.subdir", "install.private", "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 - # NB: you should NOT need this except if you really have a good reason... -