ci: disabled localstack tests temporarily

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba 2021-08-30 14:03:04 -07:00
parent 9e1f59ed69
commit 4213491ad8

View File

@ -45,9 +45,10 @@ setup() {
} }
@test "aws: ecr/localstack" { @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" { @test "aws: s3" {
@ -55,9 +56,10 @@ setup() {
} }
@test "aws: s3/localstack" { @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" { @test "aws: eks" {