This is an automated email from the ASF dual-hosted git repository.

twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new 2f2d80f3 Skip TLS replica test until fixed (#1780)
2f2d80f3 is described below

commit 2f2d80f30051019d06f39b76d53c263fbe711e01
Author: Twice <[email protected]>
AuthorDate: Tue Sep 26 10:23:28 2023 +0900

    Skip TLS replica test until fixed (#1780)
---
 tests/gocase/tls/tls_test.go | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/gocase/tls/tls_test.go b/tests/gocase/tls/tls_test.go
index 460f53c4..609f6479 100644
--- a/tests/gocase/tls/tls_test.go
+++ b/tests/gocase/tls/tls_test.go
@@ -140,6 +140,8 @@ func TestTLS(t *testing.T) {
 }
 
 func TestTLSReplica(t *testing.T) {
+       t.Skip("FIXME: flaky test with a high frequency of failure")
+
        if !util.TLSEnable() {
                t.Skip("TLS tests run only if tls enabled.")
        }

Reply via email to