Commit 9db370b9 authored by Łukasz Nowak's avatar Łukasz Nowak

Skip not ready tests.

parent e87cb62a
...@@ -5,6 +5,7 @@ from Products.Vifib.tests.testVifibSlapWebService import \ ...@@ -5,6 +5,7 @@ from Products.Vifib.tests.testVifibSlapWebService import \
from Products.ERP5Type.tests.Sequence import SequenceList from Products.ERP5Type.tests.Sequence import SequenceList
from ZTUtils import make_query from ZTUtils import make_query
import difflib import difflib
from Products.ERP5Type.tests.backportUnittest import skip
class TestVifibPayZen(TestVifibSlapWebServiceMixin): class TestVifibPayZen(TestVifibSlapWebServiceMixin):
...@@ -201,9 +202,11 @@ class TestVifibPayZen(TestVifibSlapWebServiceMixin): ...@@ -201,9 +202,11 @@ class TestVifibPayZen(TestVifibSlapWebServiceMixin):
sequence_list.addSequenceString(sequence_string) sequence_list.addSequenceString(sequence_string)
sequence_list.play(self) sequence_list.play(self)
@skip('Test not ready.')
def test_PaymentTransaction_updateStatus_registered_no_change(self): def test_PaymentTransaction_updateStatus_registered_no_change(self):
raise NotImplementedError raise NotImplementedError
@skip('Test not ready.')
def test_PaymentTransaction_updateStatus_registered_paid(self): def test_PaymentTransaction_updateStatus_registered_paid(self):
raise NotImplementedError raise NotImplementedError
......
458 459
\ No newline at end of file \ 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