Skip to content

Commit

Permalink
Use skip instead of pending in join/leave SP flaky E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino committed Dec 18, 2023
1 parent 3847e05 commit 23a748a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/spec/e2e_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,7 @@ def script_hash
end

it 'Delegation (join and quit)' do
pending 'ADP-3243'
skip 'ADP-3243'
balance = get_shelley_balances(@target_id)
expected_deposit = CARDANO_CLI.protocol_params['stakeAddressDeposit']
puts "Expected deposit #{expected_deposit}"
Expand Down Expand Up @@ -2901,7 +2901,7 @@ def script_hash
end

it 'Can join and quit Stake Pool' do
pending 'ADP-3243'
skip 'ADP-3243'
# Get funds on the wallet
address = SHELLEY.addresses.list(@target_id)[0]['id']
amt = 10_000_000
Expand Down

0 comments on commit 23a748a

Please sign in to comment.