test(postgres): enable test_backup_no_options for postgres

This commit is contained in:
AarDG10 2025-11-06 19:08:22 +05:30
parent 886b3b33e3
commit e1b1426147

View file

@ -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)