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()
|