Skip to content

Commit f5fa6bb

Browse files
[ADP-3421] Ruby E2E tests: Skip test with two cosigners (#4766)
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
2 parents 5d79212 + 5c605f6 commit f5fa6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/spec/e2e_shared_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337

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

0 commit comments

Comments
 (0)