We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842f936 commit 570bef1Copy full SHA for 570bef1
test/node-api/test_fatal/test_threads.js
@@ -4,10 +4,6 @@ const assert = require('assert');
4
const child_process = require('child_process');
5
const test_fatal = require(`./build/${common.buildType}/test_fatal`);
6
7
-if (common.buildType === 'Debug')
8
- common.skip('as this will currently fail with a Debug check ' +
9
- 'in v8::Isolate::GetCurrent()');
10
-
11
// Test in a child process because the test code will trigger a fatal error
12
// that crashes the process.
13
if (process.argv[2] === 'child') {
0 commit comments