◐ Shell
clean mode source ↗

tools: remove custom logic for skipping `test-strace-openat-openssl` · nodejs/node@0f15079

Original file line numberDiff line numberDiff line change

@@ -106,12 +106,6 @@ pkgs.mkShell {

106106
107107

BUILD_WITH = if (ninja != null) then "ninja" else "make";

108108

NINJA = pkgs.lib.optionalString (ninja != null) "${pkgs.lib.getExe ninja}";

109-

CI_SKIP_TESTS = pkgs.lib.concatStringsSep "," (

110-

pkgs.lib.optionals useSharedOpenSSL [

111-

# Path to the openssl.cnf is different from the expected one

112-

"test-strace-openat-openssl"

113-

]

114-

);

115109

CONFIG_FLAGS = builtins.toString (

116110

configureFlags ++ pkgs.lib.optional (useSeparateDerivationForV8 != false) "--without-bundled-v8"

117111

);