mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-05-29 11:10:34 +00:00
Remove an accidentally committed it.Focus
This commit is contained in:
@@ -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()
|
||||
err := controllerlib.TestSync(t, subject, *syncContext)
|
||||
r.EqualError(err, "cannot update agent pod: some update error")
|
||||
|
||||
Reference in New Issue
Block a user