Skip to content

Commit

Permalink
tmp remap test lables
Browse files Browse the repository at this point in the history
  • Loading branch information
l0kix2 committed Apr 25, 2024
1 parent e602bfb commit a6878d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/e2e/ytsaurus_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ var _ = Describe("Basic test for Ytsaurus controller", func() {
"Should run and update Ytsaurus within same major version", Label("basic"), getSimpleUpdateScenario("test-minor-update", ytv1.CoreImageSecond),
)
It(
"Should run and update Ytsaurus to the next major version",
"Should run and update Ytsaurus to the next major version", Label("basic"),
getSimpleUpdateScenario("test-major-update", ytv1.CoreImageNextVer),
)
It(
Expand Down Expand Up @@ -353,7 +353,8 @@ var _ = Describe("Basic test for Ytsaurus controller", func() {
},
)
It(
"Should be updated according to UpdateSelector=MasterOnly,StatelessOnly", Label("basic"), func(ctx context.Context) {
"Should be updated according to UpdateSelector=MasterOnly,StatelessOnly", /*Label("basic")*/
func(ctx context.Context) {
namespace := "testslctother"

By("Creating a Ytsaurus resource")
Expand Down

0 comments on commit a6878d1

Please sign in to comment.