test(postgres): enable test_backup_no_options for postgres
This commit is contained in:
parent
886b3b33e3
commit
e1b1426147
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue