From c457f241385810c27b65579659e76972eab0ad16 Mon Sep 17 00:00:00 2001 From: Chris Vogel Date: Thu, 18 Apr 2024 14:32:05 +0200 Subject: [PATCH] tests.toml --- tests.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests.toml diff --git a/tests.toml b/tests.toml new file mode 100644 index 0000000..68d8d14 --- /dev/null +++ b/tests.toml @@ -0,0 +1,9 @@ +test_format = 1.0 + +[default] + # still in development + exclude = ["install.multi", "upgrade", "backup_restore", "change_url", "install_subdir"] + + args.password_couchdb_admin = "TestPasswordCouchDBadmin" + args.password_couchdb_flohmarkt = "TestPasswordCouchDBflohmarkt" +