Remove an accidentally committed it.Focus
This commit is contained in:
parent
9f80b0ea00
commit
253d3bb36f
@ -292,7 +292,7 @@ func TestAnnotaterControllerSync(t *testing.T) {
|
|||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|
||||||
it.Focus("returns the original pod update error so the controller gets scheduled again", func() {
|
it("returns the original pod update error so the controller gets scheduled again", func() {
|
||||||
startInformersAndController()
|
startInformersAndController()
|
||||||
err := controllerlib.TestSync(t, subject, *syncContext)
|
err := controllerlib.TestSync(t, subject, *syncContext)
|
||||||
r.EqualError(err, "cannot update agent pod: some update error")
|
r.EqualError(err, "cannot update agent pod: some update error")
|
||||||
|
Loading…
Reference in New Issue
Block a user