Skip to content

Commit

Permalink
enable graphite endpiont test
Browse files Browse the repository at this point in the history
  • Loading branch information
corylanou committed Mar 3, 2015
1 parent 5a241c8 commit 10c18ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/influxd/server_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,9 @@ func Test_ServerMultiLargeBatchIntegration(t *testing.T) {
}

func Test_ServerSingleGraphiteIntegration(t *testing.T) {
//t.Skip()
if testing.Short() {
t.Skip()
}
nNodes := 1
basePort := 8790
testName := "graphite integration"
Expand Down

0 comments on commit 10c18ed

Please sign in to comment.