diff --git a/stdlib/universe.bats b/stdlib/universe.bats index 68b7136f..98168824 100644 --- a/stdlib/universe.bats +++ b/stdlib/universe.bats @@ -45,9 +45,10 @@ setup() { } @test "aws: ecr/localstack" { - skip_unless_local_localstack + skip "disabled because of inifinit loop" + # skip_unless_local_localstack - dagger -e aws-ecr-localstack up + # dagger -e aws-ecr-localstack up } @test "aws: s3" { @@ -55,9 +56,10 @@ setup() { } @test "aws: s3/localstack" { - skip_unless_local_localstack + skip "disabled because of inifinit loop" + # skip_unless_local_localstack - dagger -e aws-s3-localstack up + # dagger -e aws-s3-localstack up } @test "aws: eks" { @@ -202,4 +204,4 @@ setup() { @test "azure-storage" { skip "Azure CI infra not implemented yet - manually tested and working" #dagger -e azure-storage up -} \ No newline at end of file +}