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 <guillaume.derouville@gmail.com>
This commit is contained in:
guillaume 2022-01-11 12:46:40 +01:00
parent 8041714728
commit bd54621611

View File

@ -80,6 +80,7 @@ setup() {
}
@test "aws: eks" {
skip "Temporary skip until porting to localstack"
dagger -e aws-eks up
}