spelling: because
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
b93d64c09d
commit
05b3c8a21f
@ -22,7 +22,7 @@ import (
|
||||
)
|
||||
|
||||
// For mocking purposes.
|
||||
// This little bit of wrapping needs to be done becuase go doesn't do
|
||||
// This little bit of wrapping needs to be done because go doesn't do
|
||||
// covariance, but it does coerse *time.Timer into stoppable implicitly if we
|
||||
// write it out like so.
|
||||
var afterFunc = func(d time.Duration, f func()) stoppable {
|
||||
|
||||
@ -422,7 +422,7 @@ var _ = framework.CertManagerDescribe("CA Injector", func() {
|
||||
|
||||
// TODO: re-enable this test.
|
||||
// This test has been disabled in order to reduce flakes on e2e tests
|
||||
// (hitting around 70% failure rate). This is becasue when running this test
|
||||
// (hitting around 70% failure rate). This is because when running this test
|
||||
// will cause tiller install to fail, therefore making other tests to fail
|
||||
// when running bother at the same time. We should find a way to make this test run in serial.
|
||||
// https://github.com/jetstack/cert-manager/issues/2353
|
||||
|
||||
Loading…
Reference in New Issue
Block a user