From ef51dbfa0c74efacba3570e4b7eb3aa2c2ada4dd Mon Sep 17 00:00:00 2001 From: Maciej Szulik Date: Mon, 7 Aug 2023 13:38:39 +0200 Subject: [PATCH] Drop [Feature: tag to make sure this tests runs on pre-submits In v1.27 StatefulSetStartOrdinal became beta, which makes it on by default, but we forgot to turn these tests on along with it. This makes these tests run always. --- test/e2e/apps/statefulset.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/apps/statefulset.go b/test/e2e/apps/statefulset.go index 4e1f1da9fd9..dc7b4e87176 100644 --- a/test/e2e/apps/statefulset.go +++ b/test/e2e/apps/statefulset.go @@ -1463,7 +1463,7 @@ var _ = SIGDescribe("StatefulSet", func() { }) }) - ginkgo.Describe("Scaling StatefulSetStartOrdinal [Feature:StatefulSetStartOrdinal]", func() { + ginkgo.Describe("Scaling StatefulSetStartOrdinal", func() { ssName := "ss" labels := map[string]string{ "foo": "bar",