From 1698c5cb7c934c228cbed35446770a263c3fb4e3 Mon Sep 17 00:00:00 2001 From: Yves Date: Mon, 17 Feb 2025 18:07:10 +0100 Subject: [PATCH] Remove tests for now --- test/sql/ui.test | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/test/sql/ui.test b/test/sql/ui.test index 97b0f51..8146b70 100644 --- a/test/sql/ui.test +++ b/test/sql/ui.test @@ -1,23 +1,3 @@ # name: test/sql/ui.test # description: test ui extension # group: [ui] - -# Before we load the extension, this will fail -statement error -SELECT ui('Sam'); ----- -Catalog Error: Scalar Function with name ui does not exist! - -# Require statement will ensure this test is run with this extension loaded -require ui - -# Confirm the extension works -query I -SELECT ui('Sam'); ----- -Ui Sam 🐥 - -query I -SELECT ui_openssl_version('Michael') ILIKE 'Ui Michael, my linked OpenSSL version is OpenSSL%'; ----- -true