Merge pull request #99685 from yangjunmyfm192085/run-test24

Fix misspelling of success.
This commit is contained in:
Kubernetes Prow Robot
2022-05-03 17:16:47 -07:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ const (
// is expected to fail.
ExpectProvisionFailureKey = "expect-provision-failure"
// The node is marked as uncertain. The attach operation will fail and return timeout error
// for the first attach call. The following call will return sucesssfully.
// for the first attach call. The following call will return successfully.
UncertainAttachNode = "uncertain-attach-node"
// The detach operation will keep failing on the node.
FailDetachNode = "fail-detach-node"