From d609c6385ca0748a5336b18efff15d7064f3da5c Mon Sep 17 00:00:00 2001 From: Sree Kuchibhotla <sreek@google.com> Date: Mon, 4 Jan 2016 15:39:27 -0800 Subject: [PATCH] remove unused code --- tools/run_tests/run_stress_tests.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tools/run_tests/run_stress_tests.py b/tools/run_tests/run_stress_tests.py index 0dc38986ee9..b01a07af901 100755 --- a/tools/run_tests/run_stress_tests.py +++ b/tools/run_tests/run_stress_tests.py @@ -228,13 +228,6 @@ argp.add_argument( argp.add_argument('--test_duration_secs', help='The duration of the test in seconds', default=_DEFAULT_TEST_DURATION_SECS) -argp.add_argument( - '--allow_flakes', - default=False, - action='store_const', - const=True, - help= - 'Allow flaky tests to show as passing (re-runs failed tests up to five times)') args = argp.parse_args()