Change name of preload test for easier local testing
parent
ef128b46a3
commit
0e3950dff0
|
@ -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())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue