Fix some typo

Signed-off-by: Xiaodong Zhang <a4012017@sina.com>
This commit is contained in:
Xiaodong Zhang
2018-09-07 17:18:00 +08:00
parent ce4a9f8311
commit f8e04011e4
3 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ func deployFullStack(t *testing.T, orchestrator, stackname string) {
}
func cleanupFullStack(t *testing.T, orchestrator, stackname string) {
// FIXME(vdemeester) we shouldn't have to do that. it is hidding a race on docker stack rm
// FIXME(vdemeester) we shouldn't have to do that. it is hiding a race on docker stack rm
poll.WaitOn(t, stackRm(orchestrator, stackname), pollSettings)
poll.WaitOn(t, taskCount(orchestrator, stackname, 0), pollSettings)
}