Skip to content

Commit

Permalink
Temporarily mark failing e2e test pending
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed Aug 30, 2024
1 parent 68c832b commit 11cc375
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/e2e/spec/e2e_shared_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@
end

it 'Multi-assets transaction - two cosigners, all' do
pending 'wallet has run out of HappyCoin and SadCoin'
amt = 1
amt_ada = 1_600_000
src_wid = @wid_sha_cos0_all
Expand Down Expand Up @@ -1191,7 +1192,7 @@
balance = get_shared_balances(@wid_sha)
expected_deposit = CARDANO_CLI.protocol_params['stakeAddressDeposit']
puts "Expected deposit #{expected_deposit}"

# Check wallet stake keys before joing stake pool
wallet = SHARED.wallets.get(@wid_sha)
expect(wallet['delegation']['active']['status']).to eq 'not_delegating'
Expand Down Expand Up @@ -1241,7 +1242,7 @@
expect(tx_decoded['withdrawals']).to eq []
expect(tx_decoded['mint']).to eq({ 'tokens' => [] })
expect(tx_decoded['burn']).to eq({ 'tokens' => [] })

# Certificates
expect(tx_decoded['certificates']).to include(have_key('certificate_type')).twice
expect(tx_decoded['certificates']).to include(have_value('register_reward_account')).once
Expand Down Expand Up @@ -1297,7 +1298,7 @@
quit_pool,
nil, # mint_burn
nil) # validity_interval

# Check fee and deposit on quitting
decoded_tx = SHARED.transactions.decode(@wid_sha, tx_constructed['transaction'])
expect(decoded_tx).to be_correct_and_respond 202
Expand Down

0 comments on commit 11cc375

Please sign in to comment.