auth0-cli: disable failing tests

This commit is contained in:
Jess Bodzo 2024-04-10 10:38:50 -04:00
parent 3744104cb6
commit 9857fcdec9
No known key found for this signature in database
GPG Key ID: 7EA7DDF0F9308088
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ buildGoModule rec {
# This is because subPackages above limits what is built to just what we
# want but also limits the tests
unset subPackages
# Test requires network access
substituteInPlace internal/cli/universal_login_customize_test.go \
--replace-fail "TestFetchUniversalLoginBrandingData" "SkipFetchUniversalLoginBrandingData"
'';
subPackages = [ "cmd/auth0" ];