From b8793fac5b23e8fc33330bfdf3c6ef9c19d026c8 Mon Sep 17 00:00:00 2001 From: AarDG10 Date: Sun, 9 Nov 2025 18:46:18 +0530 Subject: [PATCH] test(postgres): enable test_force_install_app for postgres --- frappe/commands/test_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/commands/test_commands.py b/frappe/commands/test_commands.py index 4b94a2e2fa..ad00bb0933 100644 --- a/frappe/commands/test_commands.py +++ b/frappe/commands/test_commands.py @@ -498,7 +498,7 @@ class TestCommands(BaseTestCommands): self.assertTrue(os.path.exists(archive_directory)) @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_force_install_app(self):