mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 18:28:13 +00:00 
			
		
		
		
	Merge pull request #93930 from pohly/multi-volume-generic-ephemeral-test-fix
e2e storage: skip multi-volume generic ephemeral volume test
This commit is contained in:
		| @@ -215,6 +215,11 @@ func (p *ephemeralTestSuite) DefineTests(driver TestDriver, pattern testpatterns | ||||
| 	}) | ||||
|  | ||||
| 	ginkgo.It("should support multiple inline ephemeral volumes", func() { | ||||
| 		if pattern.BindingMode == storagev1.VolumeBindingImmediate && | ||||
| 			pattern.VolType == testpatterns.GenericEphemeralVolume { | ||||
| 			e2eskipper.Skipf("Multiple generic ephemeral volumes with immediate binding may cause pod startup failures when the volumes get created in separate topology segments.") | ||||
| 		} | ||||
|  | ||||
| 		init() | ||||
| 		defer cleanup() | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kubernetes Prow Robot
					Kubernetes Prow Robot