Skip tests failing due to network configuration
This test is failing (so far only) in brew with: listen tcp 127.0.0.1:8888: bind: address already in use
This commit is contained in:
parent
0dca9fbb35
commit
e810ac1087
12
0002-Skipping-due-issues-with-network-access.patch
Normal file
12
0002-Skipping-due-issues-with-network-access.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff --git a/pkg/terminal/command_test.go b/pkg/terminal/command_test.go
|
||||||
|
index d97d0bc..a71e34b 100644
|
||||||
|
--- a/pkg/terminal/command_test.go
|
||||||
|
+++ b/pkg/terminal/command_test.go
|
||||||
|
@@ -690,6 +690,7 @@ func TestRestart(t *testing.T) {
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestIssue827(t *testing.T) {
|
||||||
|
+ t.Skip("port 8888 might already be in use")
|
||||||
|
// switching goroutines when the current thread isn't running any goroutine
|
||||||
|
// causes nil pointer dereference.
|
||||||
|
withTestTerminal("notify-v2", t, func(term *FakeTerminal) {
|
@ -60,6 +60,7 @@ Provides: bundled(golang(gopkg.in/yaml.v3)) = 3.0.1
|
|||||||
Provides: bundled(golang(go.starlark.net)) = 0.0.0.20231101134539.556fd59b42f6
|
Provides: bundled(golang(go.starlark.net)) = 0.0.0.20231101134539.556fd59b42f6
|
||||||
|
|
||||||
Patch0001: 0001-Skipping-due-issues-with-the-go-version-in-Fedora.patch
|
Patch0001: 0001-Skipping-due-issues-with-the-go-version-in-Fedora.patch
|
||||||
|
Patch0002: 0002-Skipping-due-issues-with-network-access.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{common_description}
|
%{common_description}
|
||||||
|
Loading…
Reference in New Issue
Block a user