Skip to content

Commit

Permalink
Revert "Add focus for testing"
Browse files Browse the repository at this point in the history
This reverts commit 147732c.
  • Loading branch information
valaparthvi committed Feb 7, 2025
1 parent 56477cd commit 7b055d4
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() {
}
})

FIt("should successfully import the cluster", func() {
It("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() {
}
})

FContext("Provisioning/Editing a cluster with invalid config", func() {
Context("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 _ = FDescribe("K8sChartSupportUpgradeProvisioning", func() {
var _ = Describe("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
FWhen("a cluster is created", func() {
When("a cluster is created", func() {
BeforeEach(func() {
if testData.isUpgrade && helpers.SkipUpgradeTests {
Skip(helpers.SkipUpgradeTestsLog)
Expand Down

0 comments on commit 7b055d4

Please sign in to comment.