diff --git a/erpnext/stock/doctype/stock_entry/test_stock_entry.py b/erpnext/stock/doctype/stock_entry/test_stock_entry.py index 4d39552a793..7a08fce7053 100644 --- a/erpnext/stock/doctype/stock_entry/test_stock_entry.py +++ b/erpnext/stock/doctype/stock_entry/test_stock_entry.py @@ -59,6 +59,7 @@ def get_sle(**args): class TestStockEntry(ERPNextTestSuite): def setUp(self): self.load_test_records("Stock Entry") + frappe.local.flags.dont_execute_stock_reposts = False def test_stock_entry_qty(self): item_code = "_Test Item 2"