diff --git a/test/e2e/storage/persistent_volumes-local.go b/test/e2e/storage/persistent_volumes-local.go index 9015f964046..58fbb48d7fe 100644 --- a/test/e2e/storage/persistent_volumes-local.go +++ b/test/e2e/storage/persistent_volumes-local.go @@ -261,7 +261,7 @@ var _ = SIGDescribe("PersistentVolumes-local [Feature:LocalPersistentVolumes] [S reason: "FailedScheduling", pattern: make([]string, 2)} ep.pattern = append(ep.pattern, "MatchNodeSelector") - ep.pattern = append(ep.pattern, "No nodes are available") + ep.pattern = append(ep.pattern, "NoVolumeNodeConflict") for _, testVolType := range LocalVolumeTypes { It("should not be able to mount due to different NodeAffinity", func() {