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)