mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 17:56:45 +08:00
dlv_test: disable parallelization on TestUnattendedBreakpoint (#4145)
After the parallellization this test, for some reason, gets stuck specifically on FreeBSD. Remove the call to t.Parallel.
This commit is contained in:
committed by
GitHub
parent
9d3106bdd9
commit
49d65b3f40
@ -189,7 +189,6 @@ func TestOutput(t *testing.T) {
|
||||
// TestUnattendedBreakpoint tests whether dlv will print a message to stderr when the client that sends continue is disconnected
|
||||
// or not.
|
||||
func TestUnattendedBreakpoint(t *testing.T) {
|
||||
t.Parallel()
|
||||
const listenAddr = "127.0.0.1:40575"
|
||||
|
||||
fixturePath := filepath.Join(protest.FindFixturesDir(), "panic.go")
|
||||
|
||||
Reference in New Issue
Block a user