mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
1adc22fffd
ForkReap's syscall.ForkExec and process-directed signals remain flaky in CI despite the subprocess isolation added in #22894. Restore the testutil.InCI() skip guard that was removed in that change. Fixes coder/internal#1402