test(postgres): enable test_restore for postgres (#34768)

This commit is contained in:
Aarol D'Souza 2025-11-24 11:23:24 +05:30 committed by GitHub
parent c57444bc84
commit ef5d2213e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -244,7 +244,10 @@ class TestCommands(BaseTestCommands):
self.assertEqual(self.returncode, 0)
self.assertEqual(self.stdout, frappe.bold(text="DocType"))
@run_only_if(db_type_is.MARIADB)
@skipIf(
frappe.conf.db_type == "sqlite",
"Not for SQLite for now",
)
def test_restore(self):
# step 0: create a site to run the test on
global_config = {