Skip to content

Commit

Permalink
test: remove use of --experimental-global-webcrypto flag
Browse files Browse the repository at this point in the history
PR-URL: #45816
Reviewed-By: Antoine du Hamel <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Daeyeon Jeong <[email protected]>
  • Loading branch information
panva authored and targos committed Jan 1, 2023
1 parent 99fec0b commit 3c2ce56
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion test/parallel/test-global-webcrypto.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Flags: --experimental-global-webcrypto
'use strict';

const common = require('../common');
Expand Down
1 change: 0 additions & 1 deletion test/parallel/test-webcrypto-constructors.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Flags: --experimental-global-webcrypto
'use strict';

const common = require('../common');
Expand Down
3 changes: 0 additions & 3 deletions test/wpt/test-webcrypto.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ const { WPTRunner } = require('../common/wpt');

const runner = new WPTRunner('WebCryptoAPI');

// Set Node.js flags required for the tests.
runner.setFlags(['--experimental-global-webcrypto']);

runner.setInitScript(`
global.location = {};
`);
Expand Down

0 comments on commit 3c2ce56

Please sign in to comment.