Loading
tailscale: skip TestDNSTrampleRecovery
This test was introduced in v1.94.0 (commit 1dfdee852) and uses Go's testing/synctest package. However, it calls gonotify.NewDirWatcher() inside the synctest bubble, which spawns goroutines that block on inotify syscalls. These syscalls are outside synctest's control, causing the test to hang for 600 seconds before timing out.