mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 18:54:06 +00:00
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:
parent
d154ca9c00
commit
ef51dbfa0c
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user