Skip to content

Commit 7e1573d

Browse files
committed
Remove autoformatting error
Change-Id: I71f4d77902762735fd110daae4459785a3ca7095
1 parent 651a2f8 commit 7e1573d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

examples/kubernetes/demo-vol-create.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ spec:
5353
- name: nginx
5454
image: nginx:1.14.2
5555
ports:
56-
- containerPort: 80
56+
- containerPort: 80
5757
volumeMounts:
58-
- mountPath: "/vol"
59-
name: vol
58+
- mountPath: "/vol"
59+
name: vol

test/k8s-integration/main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -745,8 +745,6 @@ func generateGKETestSkip(testParams *testParameters) string {
745745

746746
// Skip mount options test until we fix the invalid mount options for xfs.
747747
skipString = skipString + "|csi-gcepd-sc-xfs.*provisioning.should.provision.storage.with.mount.options"
748-
// Skip VolumeAttributesClass tests while it's a beta feature.
749-
skipString = skipString + "|\\[Feature:VolumeAttributesClass\\]"
750748

751749
// Skip rwop test when node version is less than 1.32. Test was added only
752750
// in 1.32 and above, see tags in

0 commit comments

Comments
 (0)