Skip to content

Commit d39b2ff

Browse files
authored
tailscale: disable flaky test (#412623)
2 parents 8cfaa51 + 428a14c commit d39b2ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/by-name/ta/tailscale/package.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@ buildGoModule {
149149

150150
# context deadline exceeded
151151
"TestPacketFilterFromNetmap"
152+
153+
# flaky: https://github.com/tailscale/tailscale/issues/15348
154+
"TestSafeFuncHappyPath"
152155
]
153156
++ lib.optionals stdenv.hostPlatform.isDarwin [
154157
# syscall default route interface en0 differs from netstat

0 commit comments

Comments
 (0)