mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 05:01:46 +00:00
Update volumes.go
This commit is contained in:
@@ -469,7 +469,7 @@ var _ = framework.KubeDescribe("GCP Volumes", func() {
|
||||
})
|
||||
|
||||
func isTestEnabled(c clientset.Interface) bool {
|
||||
// Enable the test If the node image is GCI. (this check only works for node e2e test)
|
||||
// Enable the test on node e2e if the node image is GCI.
|
||||
nodeName := framework.TestContext.NodeName
|
||||
if nodeName != "" {
|
||||
if strings.Contains(nodeName, "-gci-dev-") {
|
||||
|
Reference in New Issue
Block a user