Skip to content

Commit

Permalink
Skip test requiring cratedb server in short test mode
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson committed Nov 13, 2017
1 parent c4720e5 commit 3405dee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/outputs/cratedb/cratedb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ VALUES
}

func Test_escapeValue(t *testing.T) {
if testing.Short() {
t.Skip("Skipping integration test in short mode")
}

tests := []struct {
Val interface{}
Want string
Expand Down

0 comments on commit 3405dee

Please sign in to comment.