Skip to content

Commit 468f5af

Browse files
committed
pulumi: skip flaky test
1 parent c2fad35 commit 468f5af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/by-name/pu/pulumi/package.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ buildGoModule rec {
6060
# Skip tests that fail in Nix sandbox.
6161
"-skip=^${
6262
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+
6368
# Seems to require TTY.
6469
"TestProgressEvents"
6570

0 commit comments

Comments
 (0)