diff --git a/erpnext/accounts/doctype/fiscal_year/test_fiscal_year.py b/erpnext/accounts/doctype/fiscal_year/test_fiscal_year.py index 092d34a939e..2e673c20933 100644 --- a/erpnext/accounts/doctype/fiscal_year/test_fiscal_year.py +++ b/erpnext/accounts/doctype/fiscal_year/test_fiscal_year.py @@ -6,6 +6,7 @@ from __future__ import unicode_literals import frappe, unittest test_records = frappe.get_test_records('Fiscal Year') +test_ignore = ["Company"] class TestFiscalYear(unittest.TestCase): def test_extra_year(self): diff --git a/erpnext/setup/doctype/uom/test_uom.py b/erpnext/setup/doctype/uom/test_uom.py index 5bbbd4144e4..330d30358d9 100644 --- a/erpnext/setup/doctype/uom/test_uom.py +++ b/erpnext/setup/doctype/uom/test_uom.py @@ -4,4 +4,4 @@ from __future__ import unicode_literals import frappe -test_records = frappe.get_test_records('Uom') \ No newline at end of file +test_records = frappe.get_test_records('UOM')