From 103841bd0c856d3c5c12a4c9cb2f738be9c6b796 Mon Sep 17 00:00:00 2001 From: AarDG10 Date: Sun, 9 Nov 2025 18:30:49 +0530 Subject: [PATCH] test(postgres): enable test_bench_drop_site_should_archive_site for postgres --- frappe/commands/test_commands.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frappe/commands/test_commands.py b/frappe/commands/test_commands.py index 83b5f88b1c..4b94a2e2fa 100644 --- a/frappe/commands/test_commands.py +++ b/frappe/commands/test_commands.py @@ -469,11 +469,10 @@ class TestCommands(BaseTestCommands): self.assertEqual(check_password("Administrator", original_password), "Administrator") @skipIf( - not (frappe.conf.root_password and frappe.conf.admin_password and frappe.conf.db_type == "mariadb"), + not (frappe.conf.root_password and frappe.conf.admin_password and frappe.conf.db_type != "sqlite"), "DB Root password and Admin password not set in config", ) def test_bench_drop_site_should_archive_site(self): - # TODO: Make this test postgres compatible site = TEST_SITE self.execute(