Skip to content

Commit 3c2ce56

Browse files
panvatargos
authored andcommitted
test: remove use of --experimental-global-webcrypto flag
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]>
1 parent 99fec0b commit 3c2ce56

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

test/parallel/test-global-webcrypto.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Flags: --experimental-global-webcrypto
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-webcrypto-constructors.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Flags: --experimental-global-webcrypto
21
'use strict';
32

43
const common = require('../common');

test/wpt/test-webcrypto.js

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ const { WPTRunner } = require('../common/wpt');
88

99
const runner = new WPTRunner('WebCryptoAPI');
1010

11-
// Set Node.js flags required for the tests.
12-
runner.setFlags(['--experimental-global-webcrypto']);
13-
1411
runner.setInitScript(`
1512
global.location = {};
1613
`);

0 commit comments

Comments
 (0)