diff --git a/test_runner/regress/test_normal_work.py b/test_runner/regress/test_normal_work.py index 53d208198d..b815fee702 100644 --- a/test_runner/regress/test_normal_work.py +++ b/test_runner/regress/test_normal_work.py @@ -33,7 +33,7 @@ def check_tenant( endpoint.stop() log.info("compute stopped") - endpoint.start(grpc=True) + endpoint.start() res_2 = endpoint.safe_psql("SELECT sum(key) FROM t") assert res_2[0] == (5000050000,)