Merge pull request #1386 from grouville/comment-netlify
Temporarly disable netlify and EKS tests
This commit is contained in:
commit
c5217fc519
@ -43,6 +43,7 @@ setup() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@test "netlify" {
|
@test "netlify" {
|
||||||
|
skip "Temporary skip due to a regression in one of netlify's libraries"
|
||||||
dagger -e netlify up
|
dagger -e netlify up
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -79,6 +80,7 @@ setup() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@test "aws: eks" {
|
@test "aws: eks" {
|
||||||
|
skip "Temporary skip until porting to localstack"
|
||||||
dagger -e aws-eks up
|
dagger -e aws-eks up
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user