From a84ebb5193a3de50202e5c15cf17f19a7feae654 Mon Sep 17 00:00:00 2001 From: Yecheng Fu Date: Thu, 3 May 2018 16:21:29 +0800 Subject: [PATCH] PR #62903 changed error string GetMountRefs() returned, which broke test `should fail due to non-existent path`. Remove error string check to fix test. --- test/e2e/storage/persistent_volumes-local.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/e2e/storage/persistent_volumes-local.go b/test/e2e/storage/persistent_volumes-local.go index c19f908e8ab..1d8121024f4 100644 --- a/test/e2e/storage/persistent_volumes-local.go +++ b/test/e2e/storage/persistent_volumes-local.go @@ -386,7 +386,6 @@ var _ = utils.SIGDescribe("PersistentVolumes-local ", func() { reason: "FailedMount", pattern: make([]string, 2)} ep.pattern = append(ep.pattern, "MountVolume.SetUp failed") - ep.pattern = append(ep.pattern, "does not exist") testVol := &localTestVolume{ node: config.node0,