Skip to content

Commit

Permalink
Add focus
Browse files Browse the repository at this point in the history
Signed-off-by: Parthvi Vala <[email protected]>
  • Loading branch information
valaparthvi committed Nov 11, 2024
1 parent 5f59098 commit 343650b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hosted/aks/p1/p1_provisioning_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ var _ = Describe("P1Provisioning", func() {
}, "5m", "5s").Should(BeTrue(), "Failed while waiting for k8s upgrade.")
})

It("should Create NP with AZ for region where AZ is not supported", func() {
FIt("should Create NP with AZ for region where AZ is not supported", func() {
testCaseID = 196
// none of the availability zones are supported in this location
location = "westus"
Expand Down Expand Up @@ -753,7 +753,7 @@ var _ = Describe("P1Provisioning", func() {
}
})

Context("Private Cluster", func() {
FContext("Private Cluster", func() {
BeforeEach(func() {
var err error
k8sVersion, err = helper.GetK8sVersion(ctx.RancherAdminClient, ctx.CloudCredID, location, false)
Expand Down

0 comments on commit 343650b

Please sign in to comment.