Skip to content

Commit

Permalink
[ADP-3421] Ruby E2E tests: Skip test with two cosigners (#4766)
Browse files Browse the repository at this point in the history
This pull requests makes happy coins sad again. Well, actually this pull
request uses `skip` instead of `pending` for the E2E test on shared
wallets. It turns out that `pending` expects failure, while `skip`
ignores the test entirely.

### Issue Number

ADP-3421
  • Loading branch information
HeinrichApfelmus authored Sep 3, 2024
2 parents 5d79212 + 5c605f6 commit f5fa6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/spec/e2e_shared_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@

it 'Multi-assets transaction - two cosigners, all' do
# TODO: [ADP-3419] https://cardanofoundation.atlassian.net/browse/ADP-3419
pending 'wallet has run out of HappyCoin and SadCoin'
skip 'wallet has run out of HappyCoin and SadCoin'
amt = 1
amt_ada = 1_600_000
src_wid = @wid_sha_cos0_all
Expand Down

0 comments on commit f5fa6bb

Please sign in to comment.