diff --git a/product/ERP5/tests/testInvoiceVAT.py b/product/ERP5/tests/testInvoiceVAT.py index d313eab14e8fa01e05ebf5c0250b92a2a78a692b..9a2317291a561df57a1572215435297a7f893778 100644 --- a/product/ERP5/tests/testInvoiceVAT.py +++ b/product/ERP5/tests/testInvoiceVAT.py @@ -27,6 +27,8 @@ ############################################################################## """ Tests VAT for invoices. + +Warning: this tests an obsolete API; the test is disabled. """ import unittest @@ -507,6 +509,6 @@ class TestInvoiceVAT(ERP5TypeTestCase): def test_suite(): suite = unittest.TestSuite() - suite.addTest(unittest.makeSuite(TestInvoiceVAT)) + #suite.addTest(unittest.makeSuite(TestInvoiceVAT)) return suite