Skip to content

Commit e1a3395

Browse files
WIn test not working
1 parent 2b5b2e3 commit e1a3395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit/suites/test_mesh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def set_cluster_function(func_str, *srv_list):
3333
i.admin(func_str)
3434

3535

36-
#@unittest.skipIf(sys.platform.startswith("win"), 'Mesh tests on windows platform not supported')
36+
@unittest.skipIf(sys.platform.startswith("win"), 'Mesh tests on windows platform not supported')
3737
class TestSuite_Mesh(unittest.TestCase):
3838
@classmethod
3939
def setUpClass(self):

0 commit comments

Comments
 (0)