fix #2599: re-skip TestSingleServer

pull/2673/head
David Norton 2015-05-27 16:30:05 -04:00
parent 500af80ebc
commit 3174b2c98d
1 changed files with 1 additions and 1 deletions

View File

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