Skip to content

Commit

Permalink
testmigration
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-demicev committed Jan 13, 2025
1 parent a6f1f6a commit 1a8a436
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/e2e/suites/chart-upgrade/chart_upgrade_test.go
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ import (
capiframework "sigs.k8s.io/cluster-api/test/framework"
)

var _ = Describe("Chart upgrade functionality should work", Label(e2e.ShortTestLabel), func() {
var _ = Describe("Chart upgrade functionality should work", func() {
BeforeEach(func() {
SetClient(bootstrapClusterProxy.GetClient())
SetContext(ctx)
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ import (
"github.com/rancher/turtles/test/e2e/specs"
)

var _ = Describe("[Docker] [RKE2] Perform an ETCD backup and restore of the cluster", Label(e2e.ShortTestLabel), func() {
var _ = Describe("[Docker] [RKE2] Perform an ETCD backup and restore of the cluster", func() {
BeforeEach(func() {
SetClient(bootstrapClusterProxy.GetClient())
SetContext(ctx)
4 changes: 2 additions & 2 deletions test/e2e/suites/import-gitops-v3/import_gitops_v3_test.go
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ import (
"github.com/rancher/turtles/test/e2e/specs"
)

var _ = Describe("[Docker] [Kubeadm] - [management.cattle.io/v3] Create and delete CAPI cluster functionality should work with namespace auto-import", Label(e2e.ShortTestLabel), func() {
var _ = Describe("[Docker] [Kubeadm] - [management.cattle.io/v3] Create and delete CAPI cluster functionality should work with namespace auto-import", func() {
BeforeEach(func() {
komega.SetClient(bootstrapClusterProxy.GetClient())
komega.SetContext(ctx)
@@ -58,7 +58,7 @@ var _ = Describe("[Docker] [Kubeadm] - [management.cattle.io/v3] Create and dele
})
})

var _ = Describe("[Docker] [RKE2] - [management.cattle.io/v3] Create and delete CAPI cluster functionality should work with namespace auto-import", Label(e2e.ShortTestLabel), func() {
var _ = Describe("[Docker] [RKE2] - [management.cattle.io/v3] Create and delete CAPI cluster functionality should work with namespace auto-import", func() {
BeforeEach(func() {
komega.SetClient(bootstrapClusterProxy.GetClient())
komega.SetContext(ctx)

0 comments on commit 1a8a436

Please sign in to comment.