We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a68302 commit 798981dCopy full SHA for 798981d
Makefile
@@ -14,7 +14,7 @@
14
15
CMDS=smbplugin
16
PKG = github.com/kubernetes-csi/csi-driver-smb
17
-GINKGO_FLAGS = -ginkgo.v
+GINKGO_FLAGS = -ginkgo.v -ginkgo.timeout=2h
18
GO111MODULE = on
19
GOPATH ?= $(shell go env GOPATH)
20
GOBIN ?= $(GOPATH)/bin
test/e2e/dynamic_provisioning_test.go
@@ -30,7 +30,7 @@ import (
30
admissionapi "k8s.io/pod-security-admission/api"
31
)
32
33
-var _ = ginkgo.Describe("Dynamic Provisioning", func(ctx ginkgo.SpecContext) {
+var _ = ginkgo.Describe("Dynamic Provisioning", func() {
34
f := framework.NewDefaultFramework("smb")
35
f.NamespacePodSecurityEnforceLevel = admissionapi.LevelPrivileged
36
0 commit comments