Skip to content

Commit

Permalink
test(orchestration): contract upgrade no longer failing
Browse files Browse the repository at this point in the history
  • Loading branch information
mhofman committed Oct 4, 2024
1 parent e34bed7 commit 0b38035
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/boot/test/orchestration/contract-upgrade.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ test.after.always(t => t.context.shutdown?.());
* upgrades, and the ability to resume an async-flow for which a host vow
* settles after an upgrade.)
*/
test.failing('resume', async t => {
test('resume', async t => {
const { walletFactoryDriver, buildProposal, evalProposal, storage } =
t.context;

Expand Down Expand Up @@ -73,8 +73,6 @@ test.failing('resume', async t => {
buildProposal('@agoric/builders/scripts/testing/fix-buggy-sendAnywhere.js'),
);

// FIXME https://github.com/Agoric/agoric-sdk/issues/9303
// This doesn't yet get past 'sending'
t.deepEqual(getLogged(), [
'sending {0} from cosmoshub to cosmos1whatever',
'got info for denoms: ibc/toyatom, ibc/toyusdc, ubld, uist',
Expand Down

0 comments on commit 0b38035

Please sign in to comment.