Skip to content

Commit

Permalink
Add focus for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Parthvi Vala <[email protected]>
  • Loading branch information
valaparthvi committed Feb 7, 2025
1 parent 78be8af commit 492eb03
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hosted/aks/p0/p0_provisioning_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var _ = Describe("P0Provisioning", func() {
},
} {
testData := testData
When("a cluster is created", func() {
FWhen("a cluster is created", func() {
BeforeEach(func() {
if testData.isUpgrade && helpers.SkipUpgradeTests {
Skip("Skipping upgrade tests ...")
Expand Down
2 changes: 1 addition & 1 deletion hosted/aks/p1/p1_provisioning_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ var _ = Describe("P1Provisioning", func() {
updateNodePoolModeCheck(cluster, ctx.RancherAdminClient)
})
})
Context("Network Policy and plugin", func() {
FContext("Network Policy and plugin", func() {
var (
calicoPolicy = "calico"
kubenetPlugin = "kubenet"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
"github.com/rancher/hosted-providers-e2e/hosted/helpers"
)

var _ = Describe("SupportMatrixProvisioning", func() {
var _ = FDescribe("SupportMatrixProvisioning", func() {

for _, version := range availableVersionList {
version := version
Expand Down
2 changes: 1 addition & 1 deletion hosted/gke/p1/sync_provisioning_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ var _ = Describe("SyncProvisioning", func() {
}
})

It(testData.testTitle, func() {
FIt(testData.testTitle, func() {
testCaseID = testData.qaseID
testData.testBody(cluster, ctx.RancherAdminClient)
})
Expand Down

0 comments on commit 492eb03

Please sign in to comment.