diff --git a/test/integration/scheduler/preemption_test.go b/test/integration/scheduler/preemption_test.go index 677f7e3350f..68a9df8981c 100644 --- a/test/integration/scheduler/preemption_test.go +++ b/test/integration/scheduler/preemption_test.go @@ -392,6 +392,7 @@ func TestPreemption(t *testing.T) { } for _, test := range tests { + t.Logf("================ Running test: %v\n", test.description) filter.Tokens = test.initTokens filter.Unresolvable = test.unresolvable pods := make([]*v1.Pod, len(test.existingPods)) @@ -583,6 +584,7 @@ func TestPodPriorityResolution(t *testing.T) { pods := make([]*v1.Pod, 0, len(tests)) for _, test := range tests { + t.Logf("================ Running test: %v\n", test.Name) t.Run(test.Name, func(t *testing.T) { pod, err := runPausePod(cs, test.Pod) if err != nil {