Change name of preload test for easier local testing

pull/7723/head
Priya Wadhwa 2020-04-16 11:28:26 -07:00
parent ef128b46a3
commit 0e3950dff0
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ func TestStartStop(t *testing.T) {
}) })
} }
func TestStartStopWithPreload(t *testing.T) { func TestPreloadStartStop(t *testing.T) {
if NoneDriver() { if NoneDriver() {
t.Skipf("skipping %s - incompatible with none driver", t.Name()) t.Skipf("skipping %s - incompatible with none driver", t.Name())
} }