diff --git a/tests/gocase/tls/tls_test.go b/tests/gocase/tls/tls_test.go index 460f53c4601..609f6479c07 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.") }