mirror of https://github.com/citusdata/citus.git
Remove duplicate split entry in run_test.py (#6586)
Nothing important. Removing the duplicate `"split" in test_schedule` checkpull/6587/head
parent
1b1e737e51
commit
f824c996b3
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue