|
@@ -2,7 +2,6 @@ import { expect } from 'chai';
|
|
|
import * as cp from 'child_process';
|
|
|
import * as fs from 'fs';
|
|
|
import * as path from 'path';
|
|
|
-import { ifdescribe } from './spec-helpers';
|
|
|
|
|
|
const fixturePath = path.resolve(__dirname, 'fixtures', 'crash-cases');
|
|
|
|
|
@@ -31,8 +30,7 @@ const runFixtureAndEnsureCleanExit = (args: string[]) => {
|
|
|
});
|
|
|
};
|
|
|
|
|
|
-// TODO re-enable this test for WOA
|
|
|
-ifdescribe(process.platform !== 'win32' || process.arch !== 'arm64')('crash cases', () => {
|
|
|
+describe('crash cases', () => {
|
|
|
afterEach(() => {
|
|
|
for (const child of children) {
|
|
|
child.kill();
|