mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
Merge pull request #1572 from codysoyland/v1.0-backport-1571
Backport #1571
This commit is contained in:
commit
0544c46cd2
1 changed files with 4 additions and 0 deletions
|
|
@ -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()}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue