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

Fix skip.

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