Disable 3-node cluster test

pull/2601/head
Philip O'Toole 2015-05-18 10:47:02 -07:00
parent 525500df66
commit bcf312bcea
1 changed files with 1 additions and 0 deletions

View File

@ -1593,6 +1593,7 @@ func TestSingleServer(t *testing.T) {
}
func Test3NodeServer(t *testing.T) {
t.Skip()
t.Parallel()
testName := "3-node server integration"