Skip to content

Commit 1384e59

Browse files
committed
tools: remove custom logic for skipping test-strace-openat-openssl
1 parent c9d0ef8 commit 1384e59

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

shell.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,6 @@ pkgs.mkShell {
112112
# Different versions of Ada affect the WPT tests
113113
"test-url"
114114
]
115-
++ pkgs.lib.optionals useSharedOpenSSL [
116-
# Path to the openssl.cnf is different from the expected one
117-
"test-strace-openat-openssl"
118-
]
119115
);
120116
CONFIG_FLAGS = builtins.toString (
121117
configureFlags ++ pkgs.lib.optional (useSeparateDerivationForV8 != false) "--without-bundled-v8"

0 commit comments

Comments
 (0)