Skip to content

Commit 7c53a5a

Browse files
committed
Remove feature label NodeOutOfServiceVolumeDetach
1 parent 5ec7b65 commit 7c53a5a

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

test/e2e/feature/feature.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,6 @@ var (
347347
// TODO: document the feature (owning SIG, when to use this feature for a test)
348348
NodeLogQuery = framework.WithFeature(framework.ValidFeatures.Add("NodeLogQuery"))
349349

350-
// TODO: document the feature (owning SIG, when to use this feature for a test)
351-
NodeOutOfServiceVolumeDetach = framework.WithFeature(framework.ValidFeatures.Add("NodeOutOfServiceVolumeDetach"))
352-
353350
// Owner: sig-node
354351
// Tests aiming to verify oom_score functionality
355352
OOMScoreAdj = framework.WithFeature(framework.ValidFeatures.Add("OOMScoreAdj"))

test/e2e/storage/non_graceful_node_shutdown.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ import (
2727
"k8s.io/apimachinery/pkg/fields"
2828
"k8s.io/apimachinery/pkg/labels"
2929
clientset "k8s.io/client-go/kubernetes"
30-
"k8s.io/kubernetes/test/e2e/feature"
3130
"k8s.io/kubernetes/test/e2e/framework"
3231
e2enode "k8s.io/kubernetes/test/e2e/framework/node"
3332
e2epod "k8s.io/kubernetes/test/e2e/framework/pod"
@@ -43,7 +42,6 @@ import (
4342
/*
4443
This test assumes the following:
4544
- The infra is GCP.
46-
- NodeOutOfServiceVolumeDetach feature is enabled.
4745
4846
This test performs the following:
4947
- Deploys a gce-pd csi driver
@@ -58,7 +56,7 @@ This test performs the following:
5856
- Removes the `out-of-service` taint from the node.
5957
*/
6058

61-
var _ = utils.SIGDescribe(feature.NodeOutOfServiceVolumeDetach, framework.WithDisruptive(), "[LinuxOnly] NonGracefulNodeShutdown", func() {
59+
var _ = utils.SIGDescribe(framework.WithDisruptive(), "[LinuxOnly] NonGracefulNodeShutdown", func() {
6260
var (
6361
c clientset.Interface
6462
ns string

0 commit comments

Comments
 (0)