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

Fix skip.

Argument is required.
parent 0f14a7fe
......@@ -299,8 +299,7 @@ class TestVifibSlapBang(TestVifibSlapWebServiceMixin):
sequence_list.addSequenceString(sequence_string)
sequence_list.play(self)
# Computer owner cannot do bang yet
@skip
@skip('Computer owner cannot do bang yet')
def test_admin_bang_computer_complex_tree(self):
"""Checks that bangs works on complex tree
......
......@@ -112,7 +112,7 @@ class TestVifibXHTML(testVifibMixin):
error_list.append(form_path)
self.assertEquals(error_list, [])
@skip
@skip('Skipped.')
def test_configurationOfFieldLibrary(self):
self.login()
error_list = []
......
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