Skip to content

Commit

Permalink
test(boot): skip basicFlows test until #9939 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Aug 27, 2024
1 parent 6ca6016 commit 064ff1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/boot/test/orchestration/restart-contracts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,9 @@ test.serial('stakeAtom', async t => {
// restarting that one. For them to share bootstrap they'll each need a unique
// instance name, which will require paramatizing the the two builders scripts
// and the two core-eval functions.
test.serial('basicFlows', async t => {
//
// TODO(#9939): Flaky under Node.js until liveslots problem exposed by vows is fixed.
test.serial.skip('basicFlows', async t => {
const {
walletFactoryDriver,
buildProposal,
Expand Down

0 comments on commit 064ff1a

Please sign in to comment.