Skip to content

Commit 493f3b3

Browse files
author
VikramBedi
committed
Add skip instead of commenting out the test
1 parent d431c0a commit 493f3b3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/suites/integration/iamauthpolicy_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,8 @@ var _ = Describe("IAM Auth Policy", Ordered, func() {
303303
testLatticeSvcPolicy(svcId, vpclattice.AuthTypeNone, NoPolicy)
304304
})
305305

306-
/*It("supports targetRef HTTPRoute change from invalid to valid service name override", func() {
306+
It("supports targetRef HTTPRoute change from invalid to valid service name override", func() {
307+
Skip("Test skipped")
307308
policy := newPolicy("recovery-test", "HTTPRoute", httpRouteWithInvalidServiceNameOverride.Name)
308309

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

341342
testFramework.ExpectDeletedThenNotFound(ctx, policy)
342343
testLatticeSvcPolicy(svcId, vpclattice.AuthTypeNone, NoPolicy)
343-
})*/
344+
})
344345
})
345346

346347
type StatusConditionsReader interface {

0 commit comments

Comments
 (0)