Skip to content

Commit

Permalink
Skip TLS replica test until fixed (apache#1780)
Browse files Browse the repository at this point in the history
  • Loading branch information
PragmaTwice authored Sep 26, 2023
1 parent 711e41b commit 2f2d80f
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 2f2d80f

Please sign in to comment.