Skip to content

Commit

Permalink
Mark BYRON_HW_WALLETS/HW_WALLETS_04 as pending.
Browse files Browse the repository at this point in the history
In the case of Byron hardware wallets, the coin selection endpoint is currently
unable to assign derivation paths to change addresses.

Marking this test as pending until we can figure out the cause.
  • Loading branch information
jonathanknowles committed Oct 19, 2020
1 parent 5af5903 commit 53835f6
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -312,6 +312,8 @@ spec = describe "BYRON_HW_WALLETS" $ do
expectListSize 0 rt

it "Can get coin selection" $ \ctx -> do
pendingWith
"Unable to assign derivation paths to change outputs."
(w, mnemonics) <- fixtureIcarusWalletMws ctx
let pubKey = pubKeyFromMnemonics mnemonics
r <- request
Expand Down

0 comments on commit 53835f6

Please sign in to comment.