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 10, 2015
1 parent 9a1a681 commit 6a05d03
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 @@ -846,11 +846,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 6a05d03

Please sign in to comment.