From 7ef9114ec226b75ee5c764b426f48a7d71f3828a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 8 Jan 2024 13:43:32 +0100 Subject: [PATCH] Update tests.toml --- tests.toml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/tests.toml b/tests.toml index 28c7d27..1e60c19 100644 --- a/tests.toml +++ b/tests.toml @@ -6,16 +6,8 @@ test_format = 1.0 # Tests to run # ------------ - # NB: the tests to run are automatically deduced by the CI script according to the - # content of the app's manifest. The declarations below allow to customize which - # tests are ran, possibly add special test suite to test special args, or - # declare which commits to test upgrade from. - # - # You can also decide (though this is discouraged!) to ban/ignore some tests, - - exclude = ["change_url", "install.multi"] # 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... - + exclude = ["change_url"] + # ------------------------------- # Default args to use for install # -------------------------------