Skip to content
Snippets Groups Projects
Commit d609c638 authored by Sree Kuchibhotla's avatar Sree Kuchibhotla
Browse files

remove unused code

parent 51571a83
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment