service/test: disable TestClientServer_chanGoroutines with rr backend (#3492)

It doesn't work with rr because it uses runtime.Breakpoint to stop.
This commit is contained in:
Alessandro Arzilli
2023-10-13 19:55:24 +02:00
committed by GitHub
parent 20350611ce
commit 9986a9845f

View File

@ -3067,7 +3067,6 @@ var waitReasonStrings = [...]string{
} }
func TestClientServer_chanGoroutines(t *testing.T) { func TestClientServer_chanGoroutines(t *testing.T) {
protest.AllowRecording(t)
withTestClient2("changoroutines", t, func(c service.Client) { withTestClient2("changoroutines", t, func(c service.Client) {
state := <-c.Continue() state := <-c.Continue()
assertNoError(state.Err, t, "Continue()") assertNoError(state.Err, t, "Continue()")