From 1f768b4a83ae3584e930687dd2e1b99bde81cf53 Mon Sep 17 00:00:00 2001 From: Chris Vogel Date: Thu, 25 Apr 2024 17:25:14 +0200 Subject: [PATCH] tests.toml include issues why tests are disabled enable install.private --- tests.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests.toml b/tests.toml index 4af0fb3..6b5f680 100644 --- a/tests.toml +++ b/tests.toml @@ -2,7 +2,9 @@ test_format = 1.0 [default] # still in development - exclude = ["install.private", "install.multi", "upgrade", "change_url", "install_subdir"] + # https://codeberg.org/ChriChri/flohmarkt_ynh/issues/4 + # https://codeberg.org/ChriChri/flohmarkt_ynh/issues/11 + exclude = ["install.multi", "change_url", "install_subdir"] args.password_couchdb_admin = "TestPasswordCouchDBadmin" args.password_couchdb_flohmarkt = "TestPasswordCouchDBflohmarkt"