Skip to content

Commit e439066

Browse files
indutnyrvagg
authored andcommitted
test: disable gh-5100 test when in FIPS mode
This is a follow-up fix for half-broken test in 23196fe, and an attempt to recover some dignity after breaking CI. PR-URL: #5144 Reviewed-By: Rich Trott <[email protected]>
1 parent c4c8b3b commit e439066

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/parallel/test-tls-pfx-gh-5100-regr.js

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ if (!common.hasCrypto) {
77
return;
88
}
99

10+
if (common.hasFipsCrypto) {
11+
console.log('1..0 # Skipped: PFX does not work in FIPS mode');
12+
return;
13+
}
14+
1015
const assert = require('assert');
1116
const tls = require('tls');
1217
const fs = require('fs');

0 commit comments

Comments
 (0)