···286 "test-tls-cli-max-version-1.3"
287 "test-tls-client-auth"
288 "test-tls-sni-option"
289- ] ++ lib.optionals stdenv.buildPlatform.isDarwin [
290- # Disable tests that don’t work under macOS sandbox.
291- "test-macos-app-sandbox"
292- "test-os"
293- "test-os-process-priority"
294 # This is a bit weird, but for some reason fs watch tests fail with
295 # sandbox.
296 "test-fs-promises-watch"
···311 "test-runner-run"
312 "test-runner-watch-mode"
313 "test-watch-mode-files_watcher"
00000314 ] ++ lib.optionals (stdenv.buildPlatform.isDarwin && stdenv.buildPlatform.isx86_64) [
315 # These tests fail on x86_64-darwin (even without sandbox).
316 # TODO: revisit at a later date.
···286 "test-tls-cli-max-version-1.3"
287 "test-tls-client-auth"
288 "test-tls-sni-option"
00000289 # This is a bit weird, but for some reason fs watch tests fail with
290 # sandbox.
291 "test-fs-promises-watch"
···306 "test-runner-run"
307 "test-runner-watch-mode"
308 "test-watch-mode-files_watcher"
309+ ] ++ lib.optionals stdenv.buildPlatform.isDarwin [
310+ # Disable tests that don’t work under macOS sandbox.
311+ "test-macos-app-sandbox"
312+ "test-os"
313+ "test-os-process-priority"
314 ] ++ lib.optionals (stdenv.buildPlatform.isDarwin && stdenv.buildPlatform.isx86_64) [
315 # These tests fail on x86_64-darwin (even without sandbox).
316 # TODO: revisit at a later date.