auth0-cli: disable failing tests
This commit is contained in:
parent
3744104cb6
commit
9857fcdec9
@ -28,6 +28,9 @@ buildGoModule rec {
|
|||||||
# This is because subPackages above limits what is built to just what we
|
# This is because subPackages above limits what is built to just what we
|
||||||
# want but also limits the tests
|
# want but also limits the tests
|
||||||
unset subPackages
|
unset subPackages
|
||||||
|
# Test requires network access
|
||||||
|
substituteInPlace internal/cli/universal_login_customize_test.go \
|
||||||
|
--replace-fail "TestFetchUniversalLoginBrandingData" "SkipFetchUniversalLoginBrandingData"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
subPackages = [ "cmd/auth0" ];
|
subPackages = [ "cmd/auth0" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user