Disable single-server integration testing

pull/2601/head
Philip O'Toole 2015-05-18 11:13:53 -07:00
parent a823846612
commit 5cd52c7a3c
1 changed files with 1 additions and 0 deletions

View File

@ -1578,6 +1578,7 @@ func TestServerDiags(t *testing.T) {
}
func TestSingleServer(t *testing.T) {
t.Skip()
t.Parallel()
testName := "single server integration"
if testing.Short() {