From e1b142614797851e6cc773587ba71a2c7b4ed299 Mon Sep 17 00:00:00 2001 From: AarDG10 Date: Thu, 6 Nov 2025 19:08:22 +0530 Subject: [PATCH] test(postgres): enable test_backup_no_options for postgres --- frappe/commands/test_commands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frappe/commands/test_commands.py b/frappe/commands/test_commands.py index cde28456ca..94228e1a80 100644 --- a/frappe/commands/test_commands.py +++ b/frappe/commands/test_commands.py @@ -656,7 +656,6 @@ class TestBackups(BaseTestCommands): except OSError: pass - @run_only_if(db_type_is.MARIADB) def test_backup_no_options(self): """Take a backup without any options""" before_backup = fetch_latest_backups(partial=True)