Remove duplicate split entry in run_test.py (#6586)

Nothing important. Removing the duplicate `"split" in test_schedule`
check
pull/6587/head
Ahmet Gedemenli 2022-12-28 18:18:24 +03:00 committed by GitHub
parent 1b1e737e51
commit f824c996b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -90,8 +90,6 @@ elif "mx" in test_schedule:
test_schedule = 'mx_minimal_schedule'
elif "operations" in test_schedule:
test_schedule = 'minimal_schedule'
elif "split" in test_schedule:
test_schedule = 'minimal_schedule'
elif test_schedule in config.ARBITRARY_SCHEDULE_NAMES:
print(f"WARNING: Arbitrary config schedule ({test_schedule}) is not supported.")
sys.exit(0)