Add comments for the change
This commit is contained in:
parent
20f0a5a1f2
commit
a32cff08eb
|
@ -449,6 +449,9 @@ if __name__ == '__main__':
|
|||
throttle()
|
||||
else:
|
||||
assert process_number > 1, "Process number should be positive"
|
||||
# the kill command which used to list processes seems to not work as expected sometime
|
||||
# which makes the test flaky.
|
||||
# We need to figure out the reason and then re-enable these tests
|
||||
#coordinators()
|
||||
#exclude()
|
||||
|
||||
|
|
Loading…
Reference in New Issue