Skip to content

Commit 73e9b14

Browse files
committed
Retry flaky Buffer.allocUnsafe test
1 parent d68a43d commit 73e9b14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/vendors/buffer.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ describe('sandbox vendor - buffer', function () {
5353
});
5454

5555
it('should load uninitialized buffer of length 10', function (done) {
56+
this.retries(3); // FIXME: flaky test
5657
context.execute(`
5758
var assert = require('assert'),
5859
buf = Buffer.allocUnsafe(10);

0 commit comments

Comments
 (0)