From bd546216118103e025784f7df68edd0dd2055e8a Mon Sep 17 00:00:00 2001 From: guillaume Date: Tue, 11 Jan 2022 12:46:40 +0100 Subject: [PATCH] Temporary disable eks test In order to reduce aws bill, we removed the EKS cluster on which this test is being run. We can port that test to Localstack to reduce bill. Signed-off-by: guillaume --- stdlib/universe.bats | 1 + 1 file changed, 1 insertion(+) diff --git a/stdlib/universe.bats b/stdlib/universe.bats index 7afa3ecc..c57a682a 100644 --- a/stdlib/universe.bats +++ b/stdlib/universe.bats @@ -80,6 +80,7 @@ setup() { } @test "aws: eks" { + skip "Temporary skip until porting to localstack" dagger -e aws-eks up }