Skip to content

Commit

Permalink
Ruby E2E tests: Skip test with two cosigners
Browse files Browse the repository at this point in the history
  • Loading branch information
HeinrichApfelmus committed Sep 3, 2024
1 parent 5d79212 commit 5c605f6
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 5c605f6

Please sign in to comment.