Merge pull request #1571 from codysoyland/skip-flawed-translator-test

Skip flawed translator test
This commit is contained in:
Cody Soyland 2018-08-01 11:23:05 -05:00 committed by GitHub
commit 1774efaf19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()}