提交 3d3926fd 编写于 作者: T Thomas Stromberg

Remove scary looking log messages that distract from real failures.

上级 7365178d
......@@ -42,7 +42,6 @@ func testClusterStatus(t *testing.T) {
if c.Type != api.ComponentHealthy {
continue
}
t.Logf("Component: %v, Healthy: %s.\n", i.GetName(), c.Status)
status = c.Status
}
if status != api.ConditionTrue {
......
......@@ -307,7 +307,6 @@ func Retry(t *testing.T, callback func() error, d time.Duration, attempts int) (
if err == nil {
return nil
}
t.Logf("Error: %s, Retrying in %s. %d Retries remaining.", err, d, attempts-i)
time.Sleep(d)
}
return err
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册