From 9986a9845f8394f1dd39c5c44c44e7ecf74c1bea Mon Sep 17 00:00:00 2001 From: Alessandro Arzilli Date: Fri, 13 Oct 2023 19:55:24 +0200 Subject: [PATCH] service/test: disable TestClientServer_chanGoroutines with rr backend (#3492) It doesn't work with rr because it uses runtime.Breakpoint to stop. --- service/test/integration2_test.go | 1 - 1 file changed, 1 deletion(-) 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()")