mirror of
https://github.com/go-delve/delve.git
synced 2025-10-30 02:07:58 +08:00
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:
committed by
GitHub
parent
20350611ce
commit
9986a9845f
@ -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()")
|
||||
|
||||
Reference in New Issue
Block a user