Skip to content

Commit

Permalink
Reduce noise in test output
Browse files Browse the repository at this point in the history
  • Loading branch information
johscheuer committed Aug 2, 2023
1 parent 1567695 commit 93aa058
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e/fixtures/fdb_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,6 @@ func (fdbCluster *FdbCluster) CheckPodIsDeleted(podName string) bool {
err := fdbCluster.getClient().
Get(ctx.TODO(), client.ObjectKey{Namespace: fdbCluster.Namespace(), Name: podName}, pod)

log.Println("error: ", err, "pod", pod.ObjectMeta)
if err != nil {
if kubeErrors.IsNotFound(err) {
return true
Expand Down

0 comments on commit 93aa058

Please sign in to comment.