Commit c07bb6e1 authored by Jérome Perrin's avatar Jérome Perrin

disable this test


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20742 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent aec0f7c4
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment