diff --git a/test/adbc_test.exs b/test/adbc_test.exs index b099d1a..f29d18b 100644 --- a/test/adbc_test.exs +++ b/test/adbc_test.exs @@ -12,6 +12,8 @@ defmodule AdbcTest do end describe "postgresql smoke tests" do + @describetag :postgresql + test "runs queries" do db = start_supervised!({Database, driver: :postgresql, uri: "postgres://postgres@localhost"})