From 83daffa1f40146f2fcead579dad27a523c0e4f3a Mon Sep 17 00:00:00 2001 From: michaeloffner Date: Wed, 4 Oct 2023 18:07:47 +0200 Subject: [PATCH] disable AWS tests (because of permission issues with the endpoint) --- tests/functions/ACL.cfc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/functions/ACL.cfc b/tests/functions/ACL.cfc index c4d5094..9dc1911 100644 --- a/tests/functions/ACL.cfc +++ b/tests/functions/ACL.cfc @@ -38,7 +38,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="s3" { });*/ // AWS - it(title="check with amazon add acl for bucket store style",skip=Util::isAWSNotSupported(), body = function( currentSpec ) { + /*it(title="check with amazon add acl for bucket store style",skip=Util::isAWSNotSupported(), body = function( currentSpec ) { var cred=Util::getAWSCredentials(); if(!setup(cred)) return; testStoreAddACLBucketStore(cred); @@ -72,7 +72,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="s3" { var cred=Util::getAWSCredentials(); if(!setup(cred)) return; testStoreAddACLObjectS3(cred); - }); + }); */ // WASABI it(title="check with Wasabi add acl for bucket store style",skip=Util::isWasabiNotSupported(), body = function( currentSpec ) {