File: test--skip-TestClient_syncStreams.patch

package info (click to toggle)
golang-github-hashicorp-go-plugin 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 592 kB
  • sloc: python: 38; makefile: 7
file content (19 lines) | stat: -rw-r--r-- 545 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Last-Update: 2018-09-17
Forwarded: not-needed
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897504
Bug-Upstream: https://github.com/hashicorp/go-plugin/issues/73
Author: Dmitry Smirnov <onlyjob@debian.org>
Description: disabled unreliable test.

--- a/rpc_client_test.go
+++ b/rpc_client_test.go
@@ -43,8 +43,9 @@
 	}
 }
 
 func TestClient_syncStreams(t *testing.T) {
+t.Skip("Disabled unreliable test")
 	// Create streams for the server that we can talk to
 	stdout_r, stdout_w := io.Pipe()
 	stderr_r, stderr_w := io.Pipe()