Merge pull request #5321 from sfc-gh-clin/ipc-bench

Disable multiprocess fdbcli tests temporarily
This commit is contained in:
Andrew Noyes 2021-08-02 15:53:51 -07:00 committed by GitHub
commit 26e4797d64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -449,7 +449,10 @@ if __name__ == '__main__':
throttle()
else:
assert process_number > 1, "Process number should be positive"
coordinators()
exclude()
# 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()