mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Update volumes.go
This commit is contained in:
parent
64955959e6
commit
afbf5f52e5
@ -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-") {
|
||||
|
Loading…
Reference in New Issue
Block a user