Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

Commit 0544c46

Browse files
authored
Merge pull request #1572 from codysoyland/v1.0-backport-1571
Backport #1571
2 parents 3fcf5f1 + f4f8429 commit 0544c46

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

http/translator_test.go

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ func TestTranslateStore_Reader(t *testing.T) {
3030
// Ensure client can connect and stream the translate store data.
3131
t.Run("OK", func(t *testing.T) {
3232
t.Run("ServerDisconnect", func(t *testing.T) {
33+
// This test is currently flawed, breaking intermittently with message:
34+
// "translator_test.go:65: unexpected EOF"
35+
t.Skip()
36+
3337
primary := test.MustRunCluster(t, 1)[0]
3438

3539
hldr := test.Holder{Holder: primary.Server.Holder()}

0 commit comments

Comments
 (0)