We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5b2e3 commit e1a3395Copy full SHA for e1a3395
unit/suites/test_mesh.py
@@ -33,7 +33,7 @@ def set_cluster_function(func_str, *srv_list):
33
i.admin(func_str)
34
35
36
-#@unittest.skipIf(sys.platform.startswith("win"), 'Mesh tests on windows platform not supported')
+@unittest.skipIf(sys.platform.startswith("win"), 'Mesh tests on windows platform not supported')
37
class TestSuite_Mesh(unittest.TestCase):
38
@classmethod
39
def setUpClass(self):
0 commit comments