mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	PR #62903 changed error string GetMountRefs() returned, which broke test
`should fail due to non-existent path`. Remove error string check to fix test.
This commit is contained in:
		@@ -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,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user