We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2fad35 commit 468f5afCopy full SHA for 468f5af
pkgs/by-name/pu/pulumi/package.nix
@@ -60,6 +60,11 @@ buildGoModule rec {
60
# Skip tests that fail in Nix sandbox.
61
"-skip=^${
62
lib.concatStringsSep "$|^" [
63
+ # Concurrent map modification in test case.
64
+ # TODO: remove after the fix is merged and released.
65
+ # https://github.com/pulumi/pulumi/pull/19200
66
+ "TestGetDocLinkForPulumiType"
67
+
68
# Seems to require TTY.
69
"TestProgressEvents"
70
0 commit comments