From 23a748a3d3726e5a833695f87eea0242e7aa643a Mon Sep 17 00:00:00 2001 From: paolino Date: Mon, 18 Dec 2023 09:11:40 +0000 Subject: [PATCH] Use skip instead of pending in join/leave SP flaky E2E tests --- test/e2e/spec/e2e_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/spec/e2e_spec.rb b/test/e2e/spec/e2e_spec.rb index 1f34942bfcf..8fbc1a6ff96 100644 --- a/test/e2e/spec/e2e_spec.rb +++ b/test/e2e/spec/e2e_spec.rb @@ -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}" @@ -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