Fix netlify test (#1398)

Netlify test was breaking due to a regression in prettyjson library.
The Netlify team fixed the cli, upgrading it to version 8.6.21 solves the issue

@pairs: @jlongtine

Signed-off-by: guillaume <guillaume.derouville@gmail.com>
This commit is contained in:
Guillaume de Rouville
2022-01-12 01:01:33 +01:00
committed by GitHub
parent f67e50a11c
commit 1160362711
2 changed files with 1 additions and 2 deletions

View File

@@ -43,7 +43,6 @@ setup() {
}
@test "netlify" {
skip "Temporary skip due to a regression in one of netlify's libraries"
dagger -e netlify up
}