diff --git a/test/integration/start_stop_delete_test.go b/test/integration/start_stop_delete_test.go
index 593019c06f..aed621541b 100644
--- a/test/integration/start_stop_delete_test.go
+++ b/test/integration/start_stop_delete_test.go
@@ -174,7 +174,7 @@ func TestStartStop(t *testing.T) {
 	})
 }
 
-func TestStartStopWithPreload(t *testing.T) {
+func TestPreloadStartStop(t *testing.T) {
 	if NoneDriver() {
 		t.Skipf("skipping %s - incompatible with none driver", t.Name())
 	}