From dabe21051cf8f43cf01c8d42a9db47c27d9cb147 Mon Sep 17 00:00:00 2001 From: Manas Solanki Date: Tue, 5 Jun 2018 16:28:27 +0530 Subject: [PATCH] Update test_company.py (#14360) --- erpnext/setup/doctype/company/test_company.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/setup/doctype/company/test_company.py b/erpnext/setup/doctype/company/test_company.py index 83b2998535..4ad8af85e9 100644 --- a/erpnext/setup/doctype/company/test_company.py +++ b/erpnext/setup/doctype/company/test_company.py @@ -7,7 +7,7 @@ import unittest from frappe.utils import random_string from erpnext.accounts.doctype.account.chart_of_accounts.chart_of_accounts import get_charts_for_country -test_ignore = ["Account", "Cost Center", "Payment Terms Template"] +test_ignore = ["Account", "Cost Center", "Payment Terms Template", "Salary Component"] test_records = frappe.get_test_records('Company') class TestCompany(unittest.TestCase):