diff --git a/service/test/integration2_test.go b/service/test/integration2_test.go index cff71337..364af533 100644 --- a/service/test/integration2_test.go +++ b/service/test/integration2_test.go @@ -3067,7 +3067,6 @@ var waitReasonStrings = [...]string{ } func TestClientServer_chanGoroutines(t *testing.T) { - protest.AllowRecording(t) withTestClient2("changoroutines", t, func(c service.Client) { state := <-c.Continue() assertNoError(state.Err, t, "Continue()")