From 4213491ad8d703a049cd7c7fd608b4f847b91b94 Mon Sep 17 00:00:00 2001 From: Sam Alba Date: Mon, 30 Aug 2021 14:03:04 -0700 Subject: [PATCH] ci: disabled localstack tests temporarily Signed-off-by: Sam Alba --- stdlib/universe.bats | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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 +}