This is an automated email from the ASF dual-hosted git repository. edwardxu pushed a commit to branch 2.13 in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit 9fa734e9e0739d8ae3fe781e7a4f709d3f1f566e Author: Twice <[email protected]> AuthorDate: Tue Jul 22 15:36:52 2025 +0800 test: re-enable skipped TLS replica cases (#3068) Co-authored-by: hulk <[email protected]> --- tests/gocase/tls/tls_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/gocase/tls/tls_test.go b/tests/gocase/tls/tls_test.go index 8adba8781..16c0400aa 100644 --- a/tests/gocase/tls/tls_test.go +++ b/tests/gocase/tls/tls_test.go @@ -140,8 +140,6 @@ 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.") }
