File: t-skip--TestClient_TLS.patch

package info (click to toggle)
golang-github-hashicorp-go-plugin 1.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 628 kB
  • sloc: python: 38; makefile: 7
file content (17 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Last-Update: 2020-04-10
Forwarded: not-needed
Author: Dmitry Smirnov <onlyjob@debian.org>
Description: disabled unreliable test.

--- a/client_test.go
+++ b/client_test.go
@@ -816,8 +816,9 @@
 	}
 }
 
 func TestClient_TLS(t *testing.T) {
+t.Skip("DM-skipped")
 	// Test failure case
 	process := helperProcess("test-interface-tls")
 	cBad := NewClient(&ClientConfig{
 		Cmd:             process,