Skip to content

Commit 9986a98

Browse files
authored
service/test: disable TestClientServer_chanGoroutines with rr backend (#3492)
It doesn't work with rr because it uses runtime.Breakpoint to stop.
1 parent 2035061 commit 9986a98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

service/test/integration2_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3067,7 +3067,6 @@ var waitReasonStrings = [...]string{
30673067
}
30683068

30693069
func TestClientServer_chanGoroutines(t *testing.T) {
3070-
protest.AllowRecording(t)
30713070
withTestClient2("changoroutines", t, func(c service.Client) {
30723071
state := <-c.Continue()
30733072
assertNoError(state.Err, t, "Continue()")

0 commit comments

Comments
 (0)