Skip to content

Commit

Permalink
fixup! test: elaborate logging (SQUASHME)
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Jan 9, 2023
1 parent 914436d commit 3c1f5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cosmic-swingset/test/test-make.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,13 +203,13 @@ test.serial('make and exec', async t => {
t.is(await scenario2.export(), 0, 'export exits successfully');
});

const { scenario2, soloAddr } = t.context;
// SKIP: struggling with timing issues resulging in one of...
// Error: cannot grab 250000uist coins: 0uist is smaller than 250000uist: insufficient funds
// error: code = NotFound desc = account agoric1mhu... not found
// Sometimes I can get this test to work alone, but not
// if run with the test above.
test.skip('PSM bootstrap and provision', async t => {
const { scenario2, soloAddr } = t.context;

const enoughBlocksToProvision = 7;
const provision = async () => {
Expand Down

0 comments on commit 3c1f5e4

Please sign in to comment.