Skip to content

Commit 80ba38d

Browse files
committed
[Unit tests] Disable TestMultiPythonThread
1 parent 1aa7187 commit 80ba38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_MultiPythonThread.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
class TestMultiPythonThread(unittest.TestCase):
12-
def testMultiPythonThread(self):
12+
def _testMultiPythonThread(self):
1313
class Global:
1414
count = 0
1515
started = threading.Event()

0 commit comments

Comments
 (0)