This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch twice/skip-tls-replica-test in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit e6990e25f404bdcd06e87b1c96ce6c6abe17ab96 Author: Twice <[email protected]> AuthorDate: Mon Sep 25 23:50:37 2023 +0900 Skip TLS replica test until fixed --- 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..a0c06ce2 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.") }
