good morning!!!!

Skip to content
Snippets Groups Projects
Commit fdb1bd9e authored by José Carlos Nieto's avatar José Carlos Nieto
Browse files

Skip test for other databases than PostgreSQL

parent 99593418
No related branches found
No related tags found
No related merge requests found
......@@ -1115,7 +1115,7 @@ func TestBatchInsert(t *testing.T) {
}
func TestBatchInsertReturningKeys(t *testing.T) {
if Adapter == "ql" {
if Adapter != "postgresql" {
t.Skip("Currently not supported.")
}
......
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