Skip to content

Commit

Permalink
test: reenable test-worker.js all workers
Browse files Browse the repository at this point in the history
  • Loading branch information
warner committed Sep 17, 2020
1 parent 164cf24 commit c3e1598
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/SwingSet/test/workers/test-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ maybeTestXS('xs vat manager', async t => {
await c.shutdown();
});

// XXX Test temporarily disabled on account of breakage due to some kind of
// mysterious node worker mysteriousity.
test.skip('nodeWorker vat manager', async t => {
test('nodeWorker vat manager', async t => {
const config = await loadBasedir(__dirname);
config.vats.target.creationOptions = { managerType: 'nodeWorker' };
const c = await buildVatController(config, []);
Expand All @@ -34,7 +32,6 @@ test.skip('nodeWorker vat manager', async t => {
await c.shutdown();
});

/* // disabling for now due to possible buffering issue on MacOS
test('node-subprocess vat manager', async t => {
const config = await loadBasedir(__dirname);
config.vats.target.creationOptions = { managerType: 'node-subprocess' };
Expand All @@ -46,4 +43,3 @@ test('node-subprocess vat manager', async t => {

await c.shutdown();
});
*/

0 comments on commit c3e1598

Please sign in to comment.