Skip to content
Snippets Groups Projects
Commit a5d7c9a2 authored by Ryan Senior's avatar Ryan Senior
Browse files

Fixup the pg tests to run only when the postgres engine is enabled

parent c7ac64d3
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,7 @@
(driver/describe-database pg-driver database)))))
;; make sure that if a view is dropped and recreated that the original Table object is marked active rather than a new one being created (#3331)
(expect
(expect-with-engine :postgres
[{:name "angry_birds", :active true}]
(let [details (i/database->connection-details pg-driver :db {:database-name "dropped_views_test"})
spec (sql/connection-details->spec pg-driver details)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment