◐ Shell
clean mode source ↗

test: skip `test-url` on `--shared-ada` builds · nodejs/node@ad96a65

Original file line numberDiff line numberDiff line change

@@ -107,12 +107,7 @@ pkgs.mkShell {

107107

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

108108

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

109109

CI_SKIP_TESTS = pkgs.lib.concatStringsSep "," (

110-

[ ]

111-

++ pkgs.lib.optionals useSharedAda [

112-

# Different versions of Ada affect the WPT tests

113-

"test-url"

114-

]

115-

++ pkgs.lib.optionals useSharedOpenSSL [

110+

pkgs.lib.optionals useSharedOpenSSL [

116111

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

117112

"test-strace-openat-openssl"

118113

]