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 11, 2015
1 parent 174a300 commit 5f8b176
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cmd/influxd/server_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -880,11 +880,13 @@ func TestClientLibrary(t *testing.T) {
}

func Test_ServerSingleGraphiteIntegration(t *testing.T) {
//t.Skip()
dir := tempfile()
if testing.Short() {
t.Skip()
}
nNodes := 1
basePort := 8390
testName := "graphite integration"
dir := tempfile()
now := time.Now().UTC().Round(time.Millisecond)
c := main.NewConfig()
g := main.Graphite{
Expand Down

0 comments on commit 5f8b176

Please sign in to comment.