Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
disabling failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Kaufman committed Mar 28, 2018
1 parent da6018d commit 4e8b529
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/message/assert_throws_stack.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
require('../common');
const assert = require('assert').strict;

// Temporarily disabled on chakra.
if (!common.isChakraEngine) {
assert.throws(() => { throw new Error('foo'); }, { bar: true });
}

0 comments on commit 4e8b529

Please sign in to comment.