diff --git a/test/extension/test.sh b/test/extension/test.sh index 9f7fbd2..ff9de57 100755 --- a/test/extension/test.sh +++ b/test/extension/test.sh @@ -317,9 +317,6 @@ function test_cdb_tablemetadatatouch() { sql postgres "SELECT tabname from CDB_TableMetadata;" should 'touch_example' sql postgres "SELECT count(*) from CDB_TableMetadata;" should 1 - # non existent tables fails - sql postgres "SELECT CDB_TableMetadataTouch('wadus_table_name');" fails - #### test tear down sql 'DROP TABLE touch_example;' }