Merge pull request #1386 from grouville/comment-netlify

Temporarly disable netlify and EKS tests
This commit is contained in:
Gerhard Lazu 2022-01-11 13:07:46 +00:00 committed by GitHub
commit c5217fc519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,7 @@ setup() {
}
@test "netlify" {
skip "Temporary skip due to a regression in one of netlify's libraries"
dagger -e netlify up
}
@ -79,6 +80,7 @@ setup() {
}
@test "aws: eks" {
skip "Temporary skip until porting to localstack"
dagger -e aws-eks up
}