Unverified Commit 2e667d8b authored by Antoine du Hamel's avatar Antoine du Hamel
Browse files

nodejs_24: skip failing test on darwin

parent db8c42de
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"
          )
        }"
      ];