From a392c0b8b972b5d71bf9d26c01ddbb0a9f74d43e Mon Sep 17 00:00:00 2001 From: Piotr Stachyra Date: Tue, 21 Sep 2021 15:19:56 +0200 Subject: [PATCH] Make test pending due to ADP-1145 --- test/e2e/spec/misc_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/spec/misc_spec.rb b/test/e2e/spec/misc_spec.rb index d78900a60ee..ae8bb59203a 100644 --- a/test/e2e/spec/misc_spec.rb +++ b/test/e2e/spec/misc_spec.rb @@ -252,6 +252,7 @@ describe CardanoWallet::Misc::Proxy do it "Malformed payload when tx is not binary" do + pending "ADP-1145 - DecoderErrorDeserialiseFailure error message from the API /proxy/transactions" no_binary_blob = "test" res = CardanoWallet.new.misc.proxy.submit_external_transaction(no_binary_blob) expect(res).to be_correct_and_respond 400