Skip to content

Commit

Permalink
Merge pull request #1763 from briantkennedy/gw
Browse files Browse the repository at this point in the history
Improve conformance test log message.
  • Loading branch information
k8s-ci-robot authored and shaneutt committed Mar 14, 2023
1 parent de79495 commit 71d7400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conformance/utils/kubernetes/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func NamespacesMustBeAccepted(t *testing.T, c client.Client, timeoutConfig confi
gw := gw

if err = ConditionsHaveLatestObservedGeneration(&gw, gw.Status.Conditions); err != nil {
t.Log(err)
t.Logf("Gateway %s/%s %v", ns, gw.Name, err)
return false, nil
}

Expand Down

0 comments on commit 71d7400

Please sign in to comment.