Skip to content

Commit 343fbf5

Browse files
committed
There is no Atomics.waitAsync in the original Node.js 14.16.1 yet.
1 parent cf52847 commit 343fbf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graal-nodejs/test/graal/unit/waitAsync.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
const assert = require('assert');
4343

44-
describe('waitAsync', function () {
44+
describe.skipOnNode('waitAsync', function () {
4545
it('should work', function() {
4646
this.timeout(20000);
4747
var child_process = require('child_process');

0 commit comments

Comments
 (0)