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") })
}
|