Skip to content

Commit babda94

Browse files
committed
Small test change for release-1.13 CI problems
1 parent a97b586 commit babda94

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/csi_driver/node_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ func TestNodePublishVolume(t *testing.T) {
193193
}
194194

195195
func TestNodePublishVolumeWIDisabledOnNode(t *testing.T) {
196+
t.Parallel()
196197
defaultPerm := os.FileMode(0o750) + os.ModeDir
197198
// Setup mount target path
198199
tmpDir := "/tmp/var/lib/kubelet/pods/test-pod-id/volumes/kubernetes.io~csi/"

0 commit comments

Comments
 (0)