diff --git a/erpnext/accounts/doctype/payment_gateway_account/test_payment_gateway_account.py b/erpnext/accounts/doctype/payment_gateway_account/test_payment_gateway_account.py index 7a8cdf73355..6c8f6402fa5 100644 --- a/erpnext/accounts/doctype/payment_gateway_account/test_payment_gateway_account.py +++ b/erpnext/accounts/doctype/payment_gateway_account/test_payment_gateway_account.py @@ -5,6 +5,8 @@ import unittest # test_records = frappe.get_test_records('Payment Gateway Account') +test_ignore = ["Payment Gateway"] + class TestPaymentGatewayAccount(unittest.TestCase): pass