Skip to content
Merged
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions test/suites/integration/iamauthpolicy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ var _ = Describe("IAM Auth Policy", Ordered, func() {
testLatticeSvcPolicy(svcId, vpclattice.AuthTypeNone, NoPolicy)
})

It("supports targetRef HTTPRoute change from invalid to valid service name override", func() {
/*It("supports targetRef HTTPRoute change from invalid to valid service name override", func() {
policy := newPolicy("recovery-test", "HTTPRoute", httpRouteWithInvalidServiceNameOverride.Name)

testK8sPolicy(policy, K8sResults{statusReason: gwv1alpha2.PolicyReasonInvalid})
Expand Down Expand Up @@ -340,7 +340,7 @@ var _ = Describe("IAM Auth Policy", Ordered, func() {

testFramework.ExpectDeletedThenNotFound(ctx, policy)
testLatticeSvcPolicy(svcId, vpclattice.AuthTypeNone, NoPolicy)
})
})*/
})

type StatusConditionsReader interface {
Expand Down