File: test--skip-TestClient_logger.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 (16 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Last-Update: 2022-02-26
Forwarded: not-needed
Bug-Debian: https://bugs.debian.org/1027551
Author: Cyril Brulebois <cyril@debamax.com>
Description: Disable unreliable test (#1027551)

--- a/client_test.go
+++ b/client_test.go
@@ -1212,6 +1212,7 @@ func TestClient_mtlsNetRPCClient(t *test
 }
 
 func TestClient_logger(t *testing.T) {
+	t.Skip("flakky tests, #1027551")
 	t.Run("net/rpc", func(t *testing.T) { testClient_logger(t, "netrpc") })
 	t.Run("grpc", func(t *testing.T) { testClient_logger(t, "grpc") })
 }