Skip to content

Commit

Permalink
disable AWS tests (because of permission issues with the endpoint)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Oct 4, 2023
1 parent ef507de commit 83daffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/functions/ACL.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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 ) {
Expand Down

0 comments on commit 83daffa

Please sign in to comment.