Merge pull request #927 from samalba/fix-ci

ci: disabled localstack tests temporarily
This commit is contained in:
Sam Alba 2021-08-30 14:13:35 -07:00 committed by GitHub
commit fe2845fdfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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" {
@ -202,4 +204,4 @@ setup() {
@test "azure-storage" { @test "azure-storage" {
skip "Azure CI infra not implemented yet - manually tested and working" skip "Azure CI infra not implemented yet - manually tested and working"
#dagger -e azure-storage up #dagger -e azure-storage up
} }