Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions test/e2e/e2e.go
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,9 @@ func CreatePodAndServiceReady(clients *test.Clients, pod *corev1.Pod, svc *corev
return nil, fmt.Errorf("Failed to get pod: %v", err)
}

// FIXME(Fredy-Z): This hacky sleep is added to try mitigating the test flakiness. Will delete it after we find the root cause and fix.
time.Sleep(10 * time.Second)

return pod, nil
}

Expand Down