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.
This commit is contained in:
Maciej Szulik 2023-08-07 13:38:39 +02:00
parent d154ca9c00
commit ef51dbfa0c
No known key found for this signature in database
GPG Key ID: F15E55D276FA84C4

View File

@ -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",