Skip to content

Commit

Permalink
Revert "test(boot): skip basicFlows test until #9939 is fixed"
Browse files Browse the repository at this point in the history
This reverts commit 064ff1a.

Now that the underlying issue is fixed, we can re-enable this
formerly-flaky test. Thanks @michaelfig for your patience.
  • Loading branch information
warner committed Aug 29, 2024
1 parent f2dfbf5 commit 568549b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/boot/test/orchestration/restart-contracts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,7 @@ 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.
//
// TODO(#9939): Flaky under Node.js until liveslots problem exposed by vows is fixed.
test.serial.skip('basicFlows', async t => {
test.serial('basicFlows', async t => {
const {
walletFactoryDriver,
buildProposal,
Expand Down

0 comments on commit 568549b

Please sign in to comment.