From 495b4259fd03ed020347fd0123af58b07703c690 Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Wed, 1 Aug 2018 10:57:56 -0500 Subject: [PATCH] Skip flawed translator test --- http/translator_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/http/translator_test.go b/http/translator_test.go index 660e2e0aa..98f5b1403 100644 --- a/http/translator_test.go +++ b/http/translator_test.go @@ -30,6 +30,10 @@ func TestTranslateStore_Reader(t *testing.T) { // Ensure client can connect and stream the translate store data. t.Run("OK", func(t *testing.T) { t.Run("ServerDisconnect", func(t *testing.T) { + // This test is currently flawed, breaking intermittently with message: + // "translator_test.go:65: unexpected EOF" + t.Skip() + primary := test.MustRunCluster(t, 1)[0] hldr := test.Holder{Holder: primary.Server.Holder()}