Skip to content
Snippets Groups Projects
Unverified Commit 136c15ba authored by Daniel Nelson's avatar Daniel Nelson
Browse files

Skip test requiring cratedb server in short test mode

parent 19839c01
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment