tailscale: disable flaky test (#412623)

authored by Pol Dellaiera and committed by GitHub d39b2ff5 8cfaa51a

+3
+3
pkgs/by-name/ta/tailscale/package.nix
··· 149 150 # context deadline exceeded 151 "TestPacketFilterFromNetmap" 152 ] 153 ++ lib.optionals stdenv.hostPlatform.isDarwin [ 154 # syscall default route interface en0 differs from netstat
··· 149 150 # context deadline exceeded 151 "TestPacketFilterFromNetmap" 152 + 153 + # flaky: https://github.com/tailscale/tailscale/issues/15348 154 + "TestSafeFuncHappyPath" 155 ] 156 ++ lib.optionals stdenv.hostPlatform.isDarwin [ 157 # syscall default route interface en0 differs from netstat