Skip to content

Commit

Permalink
test: skip flaky JSArrayBuffer test
Browse files Browse the repository at this point in the history
This test failed a couple of times in #415, #417 and #418, so let's skip
it for now.
  • Loading branch information
kvakil authored and No9 committed Sep 25, 2022
1 parent ba9be84 commit eb969e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/plugin/inspect-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,10 @@ const hashMapTests = {
re: new RegExp('.array-buffer=(0x[0-9a-f]+):' +
'<ArrayBuffer: backingStore=0x[0-9a-f]+, byteLength=5>'),
desc: '.array-buffer JSArrayBuffer property',
optional: {
re: new RegExp(''),
reason: 'flakes occasionally on Node.js v18'
},
validators: [(t, sess, addresses, name, cb) => {
const address = addresses[name];
sess.send(`v8 inspect ${address}`);
Expand Down

0 comments on commit eb969e1

Please sign in to comment.