Skip to content

Commit

Permalink
remove :light from Proxy test
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Stachyra committed Apr 1, 2022
1 parent f2c0f7a commit 93fcb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/spec/misc_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
end
end

describe CardanoWallet::Misc::Proxy, :light do
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"
Expand Down

0 comments on commit 93fcb9d

Please sign in to comment.