mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
Merge pull request #104582 from iamemilio/volume_negative_test
Remove Error Message Check Dynamic PV Tests
This commit is contained in:
commit
9e0d3fdd6c
@ -275,7 +275,8 @@ func (t *volumeModeTestSuite) DefineTests(driver storageframework.TestDriver, pa
|
||||
"involvedObject.namespace": l.ns.Name,
|
||||
"reason": volevents.ProvisioningFailed,
|
||||
}.AsSelector().String()
|
||||
msg := "does not support block volume provisioning"
|
||||
// The error message is different for each storage driver
|
||||
msg := ""
|
||||
|
||||
err = e2eevents.WaitTimeoutForEvent(l.cs, l.ns.Name, eventSelector, msg, f.Timeouts.ClaimProvision)
|
||||
// Events are unreliable, don't depend on the event. It's used only to speed up the test.
|
||||
|
Loading…
Reference in New Issue
Block a user