From 20f0a5a1f2f11b2ffb192727f8ae68540e1aab66 Mon Sep 17 00:00:00 2001 From: Chaoguang Lin Date: Mon, 2 Aug 2021 21:55:07 +0000 Subject: [PATCH] Disable multiprocess fdbcli tests while debugging flakiness --- bindings/python/tests/fdbcli_tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/python/tests/fdbcli_tests.py b/bindings/python/tests/fdbcli_tests.py index 05d5223d5c..f00e0e2b57 100755 --- a/bindings/python/tests/fdbcli_tests.py +++ b/bindings/python/tests/fdbcli_tests.py @@ -449,7 +449,7 @@ if __name__ == '__main__': throttle() else: assert process_number > 1, "Process number should be positive" - coordinators() - exclude() + #coordinators() + #exclude()