diff --git a/tests.toml b/tests.toml index b032f7b..5f624e1 100644 --- a/tests.toml +++ b/tests.toml @@ -6,11 +6,10 @@ 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 = ["install.private", "install.nourl"] + + # ------------------------------- + # Commits to test upgrade from + # ------------------------------- + + test_upgrade_from.75e55a85.name = "Upgrade from 1.18.6~ynh1" \ No newline at end of file