From 16bb57547515fa504bf35a9562a1115bc2761844 Mon Sep 17 00:00:00 2001 From: Carlo Piovesan Date: Fri, 8 Sep 2023 11:30:17 +0200 Subject: [PATCH] Apply patch to fix test (aws could be autoloaded) --- test/sql/aws_errors.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/sql/aws_errors.test b/test/sql/aws_errors.test index a4ca207..50fb7d7 100644 --- a/test/sql/aws_errors.test +++ b/test/sql/aws_errors.test @@ -2,6 +2,8 @@ # description: test aws extension # group: [aws] +require no_extension_autoloading + # Before we load the extension, this will fail statement error CALL load_aws_credentials();