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

Disable install.private test

This commit is contained in:
Tagadda 2023-08-08 21:07:56 +02:00
parent 5a72e72b2c
commit dd0c78d088

View file

@ -6,7 +6,7 @@ test_format = 1.0
# Tests to run
# ------------
exclude = ["install.multi", "change_url"]
exclude = ["install.multi", "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
# -------------------------------