Commit 9918aad9 authored by Yecheng Fu's avatar Yecheng Fu Committed by Michelle Au

PR #62903 changed error string GetMountRefs() returned, which broke test `should…

PR #62903 changed error string GetMountRefs() returned, which broke test `should fail due to non-existent path`. Remove error string check to fix test.
parent 18f4924f
...@@ -276,7 +276,6 @@ var _ = utils.SIGDescribe("PersistentVolumes-local ", func() { ...@@ -276,7 +276,6 @@ var _ = utils.SIGDescribe("PersistentVolumes-local ", func() {
reason: "FailedMount", reason: "FailedMount",
pattern: make([]string, 2)} pattern: make([]string, 2)}
ep.pattern = append(ep.pattern, "MountVolume.SetUp failed") ep.pattern = append(ep.pattern, "MountVolume.SetUp failed")
ep.pattern = append(ep.pattern, "does not exist")
testVol := &localTestVolume{ testVol := &localTestVolume{
node: config.node0, node: config.node0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment