Skip to content

Commit

Permalink
fix(integration-test): remove another test that's based on testDeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
LuqiPan committed Feb 7, 2024
1 parent 25d8071 commit b739682
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/agoric-cli/tools/getting-started.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,16 +246,16 @@ export const gettingStartedWorkflowTest = async (t, options = {}) => {
t.is(
await Promise.race([uiStartP, uiListening.promise]),
'listening',
`cd ui && yarn start succeeded`,
`yarn start:ui succeeded`,
);
clearInterval(ival);

// Test that the Node.js `-r esm`-dependent plugin works.
await (testUnsafePlugins &&
testDeploy(
['--allow-unsafe-plugins', `${dirname}/resm-plugin/deploy.js`],
{ stdin: 'yes\n' },
));
// // Test that the Node.js `-r esm`-dependent plugin works.
// await (testUnsafePlugins &&
// testDeploy(
// ['--allow-unsafe-plugins', `${dirname}/resm-plugin/deploy.js`],
// { stdin: 'yes\n' },
// ));

// TODO: When it exists, Test that the Node.js native ESM plugin works.
} finally {
Expand Down

0 comments on commit b739682

Please sign in to comment.