File: 0003-Skip-TestIssue827.patch

package info (click to toggle)
delve 1.26.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,136 kB
  • sloc: ansic: 111,947; sh: 194; asm: 147; makefile: 43; python: 23
file content (21 lines) | stat: -rw-r--r-- 694 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Shengjing Zhu <zhsj@debian.org>
Date: Wed, 21 Oct 2020 00:30:32 +0800
Subject: Skip TestIssue827

Forwarded: not-needed
---
 pkg/terminal/command_test.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pkg/terminal/command_test.go b/pkg/terminal/command_test.go
index 144182b..912e49c 100644
--- a/pkg/terminal/command_test.go
+++ b/pkg/terminal/command_test.go
@@ -741,6 +741,7 @@ func TestRestart(t *testing.T) {
 }
 
 func TestIssue827(t *testing.T) {
+	t.Skip("port 8888 may be bound in buildd server")
 	// switching goroutines when the current thread isn't running any goroutine
 	// causes nil pointer dereference.
 	withTestTerminal("notify-v2", t, func(term *FakeTerminal) {