You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/e2e/scheduling/limit_range.go
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -47,12 +47,11 @@ var _ = SIGDescribe("LimitRange", func() {
47
47
f:=framework.NewDefaultFramework("limitrange")
48
48
49
49
/*
50
-
Release : v1.15
50
+
Release : v1.18
51
51
Testname: LimitRange, resources
52
52
Description: Creating a Limitrange and verifying the creation of Limitrange, updating the Limitrange and validating the Limitrange. Creating Pods with resources and validate the pod resources are applied to the Limitrange
53
53
*/
54
-
//note: this test case can be promoted to conformance after verified the stability of the test case
55
-
ginkgo.It("should create a LimitRange with defaults and ensure pod has those defaults applied.", func() {
54
+
framework.ConformanceIt("should create a LimitRange with defaults and ensure pod has those defaults applied.", func() {
0 commit comments