MCPcopy Index your code
hub / github.com/nodejs/node / skip

Function skip

test/wpt/status/WebCryptoAPI.cjs:12–18  ·  view source on GitHub ↗
(...files)

Source from the content-addressed store, hash-verified

10const conditionalSubtestSkips = {};
11
12function skip(...files) {
13 for (const file of files) {
14 conditionalFileSkips[file] = {
15 'skip': 'Unsupported in ' + (process.features.openssl_is_boringssl ? 'BoringSSL' : `OpenSSL ${process.versions.openssl}`),
16 };
17 }
18}
19
20function skipSubtests(...entries) {
21 for (const [file, regexp] of entries) {

Callers 2

WebCryptoAPI.cjsFile · 0.70
test-url.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…