Skip to content

Commit

Permalink
Merge branch 'unstable' into fix-xxhash-cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
PragmaTwice authored Sep 26, 2023
2 parents 00985f9 + 2f2d80f commit 20c7a81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/gocase/tls/tls_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
}
Expand Down

0 comments on commit 20c7a81

Please sign in to comment.