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 c94c18a26 test: re-enable skipped TLS replica cases (#3068)
c94c18a26 is described below
commit c94c18a269880889218a27bc7820604630821742
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.")
}