From 1a2fe1b562d60a153f8ba237402038f456946376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 17 Nov 2023 21:10:28 +0100 Subject: [PATCH] Update tests.toml --- tests.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests.toml b/tests.toml index 10afb88..1940614 100644 --- a/tests.toml +++ b/tests.toml @@ -6,9 +6,4 @@ test_format = 1.0 # Default args to use for install # ------------------------------- - args.database = "mysql" - -[postgresql_test] - - only = ["install.subdir", "backup_restore", "upgrade" ] args.database = "postgresql"