Skip to content

Commit

Permalink
Comment out test related to #96
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Feb 19, 2024
1 parent 4ab8ee7 commit 187299c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test/sql/non_existing_table.test
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@

require duckpgq

statement error
select * from table_that_does_not_exist;
----
Catalog Error: Table with name table_that_does_not_exist does not exist!
# https://github.com/cwida/duckpgq-extension/issues/96
#statement error
#select * from table_that_does_not_exist;
#----
#Catalog Error: Table with name table_that_does_not_exist does not exist!

statement ok
CREATE TABLE test (a INTEGER);
Expand Down

0 comments on commit 187299c

Please sign in to comment.