[test-fix] circular reference
diff --git a/erpnext/accounts/doctype/fiscal_year/test_fiscal_year.py b/erpnext/accounts/doctype/fiscal_year/test_fiscal_year.py
index 092d34a..2e673c2 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 @@
 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 5bbbd41..330d303 100644
--- a/erpnext/setup/doctype/uom/test_uom.py
+++ b/erpnext/setup/doctype/uom/test_uom.py
@@ -4,4 +4,4 @@
 
 
 import frappe
-test_records = frappe.get_test_records('Uom')
\ No newline at end of file
+test_records = frappe.get_test_records('UOM')