Unverified Commit 835dd6a0 authored by Vladimír Čunát's avatar Vladimír Čunát Committed by GitHub
Browse files

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

parents 7e097bd9 2e667d8b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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"
          )
        }"
      ];