Skip test requiring cratedb server in short test mode

This commit is contained in:
Daniel Nelson 2017-11-13 15:22:57 -08:00
parent c4720e5d8b
commit 3405deebe3
1 changed files with 4 additions and 0 deletions

View File

@ -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