Skip to content

Commit

Permalink
fix #2599: re-skip TestSingleServer
Browse files Browse the repository at this point in the history
  • Loading branch information
dgnorton committed May 27, 2015
1 parent 500af80 commit 3174b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/influxd/server_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 3174b2c

Please sign in to comment.