Skip to content

Commit 6b4784e

Browse files
committed
comment out some 25 tests s
1 parent c74149a commit 6b4784e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1481,7 +1481,7 @@ def find_processes():
14811481
tc.fail("Subprocess %s failed with ecode %s" % (process.pid, ecode))
14821482

14831483
# for process in processes:
1484-
# pid = process.pid
1484+
# pid = process.pid
14851485
# try:
14861486
# # os.kill(pid, 0)
14871487
# pid, ecode = os.waitpid(pid, 0)

0 commit comments

Comments
 (0)