[staging-next] nodejs_24: skip failing test on darwin (#451258)

This commit is contained in:
Vladimír Čunát
2025-10-13 14:35:24 +00:00
committed by GitHub
+2
View File
@@ -428,6 +428,8 @@ let
"test-cluster-dgram-1"
"test/sequential/test-http-server-request-timeouts-mixed.js"
]
# This is failing on newer macOS versions, no fix has yet been provided upstream:
++ lib.optional (majorVersion == "24" && stdenv.buildPlatform.isDarwin) "test-cluster-dgram-1"
)
}"
];