Skip to content

Commit

Permalink
test: disable exitOffer tool reclaims stuck payment
Browse files Browse the repository at this point in the history
- this test is flaky and will be addressed as part of #10565
  • Loading branch information
0xpatrickdev committed Nov 26, 2024
1 parent 2fa2f75 commit 118bc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion a3p-integration/proposals/z:acceptance/wallet.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ test.serial(`send invitation via namesByAddress`, async t => {
});

// FIXME https://github.com/Agoric/agoric-sdk/issues/10565
test.failing('exitOffer tool reclaims stuck payment', async t => {
test.skip('exitOffer tool reclaims stuck payment', async t => {
const istBalanceBefore = await getBalances([GOV1ADDR], 'uist');
t.log('istBalanceBefore', istBalanceBefore);

Expand Down

0 comments on commit 118bc6a

Please sign in to comment.