Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update test-for-pull-35197.js
  • Loading branch information
masx200 authored Sep 15, 2020
commit 6a67797130c2d6562369da1887fc74ff442d5445
2 changes: 1 addition & 1 deletion test/parallel/test-for-pull-35197.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const assert = require('assert');
const http2 = require('http2');
if (!common.hasCrypto){
common.skip('missing crypto');
process.exit()

}
const serverOptions = {
key: fixtures.readKey('agent1-key.pem'),
Expand Down