diff --git a/pkg/activator/handler/main_test.go b/pkg/activator/handler/main_test.go index fa73b97bff07..d01f995d43cd 100644 --- a/pkg/activator/handler/main_test.go +++ b/pkg/activator/handler/main_test.go @@ -124,6 +124,7 @@ func BenchmarkHandlerChain(b *testing.B) { func TestProxyWithChainHandler(t *testing.T) { ctx, cancel, _ := rtesting.SetupFakeContextWithCancel(t) rev := revision(testNamespace, testRevName) + defer reset() rev.Annotations = map[string]string{apiconfig.AllowHTTPFullDuplexFeatureKey: "Enabled"} t.Cleanup(cancel)