Add comments for the change

This commit is contained in:
Chaoguang Lin 2021-08-02 22:34:08 +00:00
parent 20f0a5a1f2
commit a32cff08eb
1 changed files with 3 additions and 0 deletions

View File

@ -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()