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 1773fa0 commit 147732c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hosted/aks/support_matrix/support_matrix_import_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ var _ = Describe("SupportMatrixImport", func() {
}
})

It("should successfully import the cluster", func() {
FIt("should successfully import the cluster", func() {
// Report to Qase
testCaseID = 250
helpers.ClusterIsReadyChecks(cluster, ctx.StdUserClient, clusterName)
Expand Down
2 changes: 1 addition & 1 deletion hosted/eks/p1/p1_provisioning_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var _ = Describe("P1Provisioning", func() {
}
})

Context("Provisioning/Editing a cluster with invalid config", func() {
FContext("Provisioning/Editing a cluster with invalid config", func() {

It("should error out to provision a cluster with no nodegroups", func() {
testCaseID = 141
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/rancher/hosted-providers-e2e/hosted/helpers"
)

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

var (
cluster *management.Cluster
Expand Down
2 changes: 1 addition & 1 deletion hosted/gke/p0/p0_provisioning_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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(helpers.SkipUpgradeTestsLog)
Expand Down

0 comments on commit 147732c

Please sign in to comment.