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

Commit

Permalink
test: skip failing test on chakracore
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhorton committed Sep 9, 2017
1 parent 39523bb commit 022a42d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/inspector/test-scriptparsed-context.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ common.crashOnUnhandledRejection();
const { NodeInstance } = require('./inspector-helper.js');
const assert = require('assert');

if (common.isChakraEngine) {
common.skip('This test is disabled for chakra engine because the test ' +
'hangs after trying to parse in a new context');
}

const script = `
'use strict';
const assert = require('assert');
Expand Down

0 comments on commit 022a42d

Please sign in to comment.