1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mastodon_ynh.git synced 2024-09-03 19:46:02 +02:00

Update tests.toml

Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
This commit is contained in:
Tagada 2023-07-07 22:58:54 +02:00 committed by GitHub
parent d018415f62
commit f76938c8f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
# -------------------------------