Commit b4d76b6e authored by Łukasz Nowak's avatar Łukasz Nowak

Skip non critical tests.

parent 27ca428a
......@@ -7,6 +7,7 @@
from testSlapOSCloudConstraint import TestSlapOSConstraintMixin
from Products.ERP5Type.Base import WorkflowMethod
from Products.SlapOS.tests.testSlapOSMixin import withAbort
from Products.ERP5Type.tests.backportUnittest import skip
import transaction
......@@ -426,21 +427,26 @@ class TestSalePackingListLineConsumption(TestSlapOSConstraintMixin):
portal_type='Slave Instance').getRelativeUrl())
class TestSalePackingListConsumption(TestSlapOSConstraintMixin):
@skip('Not critical')
def test(self):
raise NotImplementedError
class TestSalePackingListLineSubscription(TestSlapOSConstraintMixin):
@skip('Not critical')
def test(self):
raise NotImplementedError
class TestSalePackingListLineAggregated(TestSlapOSConstraintMixin):
@skip('Not critical')
def test(self):
raise NotImplementedError
class TestSalePackingListSubscription(TestSlapOSConstraintMixin):
@skip('Not critical')
def test(self):
raise NotImplementedError
class TestSalePackingListAggregated(TestSlapOSConstraintMixin):
@skip('Not critical')
def test(self):
raise NotImplementedError
196
\ No newline at end of file
197
\ No newline at end of file
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