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
@@ -61,7 +60,7 @@ var _ = SIGDescribe("RuntimeClass", func() {
61
60
})
62
61
63
62
// The test CANNOT be made a Conformance as it depends on a container runtime to have a specific handler not being installed.
64
-
f.It("should reject a Pod requesting a RuntimeClass with an unconfigured handler", nodefeature.RuntimeHandler, feature.RuntimeHandler, func(ctx context.Context) {
63
+
f.It("should reject a Pod requesting a RuntimeClass with an unconfigured handler", feature.RuntimeHandler, func(ctx context.Context) {
@@ -85,7 +84,7 @@ var _ = SIGDescribe("RuntimeClass", func() {
85
84
86
85
// This test requires that the PreconfiguredRuntimeClassHandler has already been set up on nodes.
87
86
// The test CANNOT be made a Conformance as it depends on a container runtime to have a specific handler installed and working.
88
-
f.It("should run a Pod requesting a RuntimeClass with a configured handler", nodefeature.RuntimeHandler, feature.RuntimeHandler, func(ctx context.Context) {
87
+
f.It("should run a Pod requesting a RuntimeClass with a configured handler", feature.RuntimeHandler, func(ctx context.Context) {
0 commit comments