cardano-foundation / cardano-wallet

HTTP server & command-line for managing UTxOs and HD wallets in Cardano.
Apache License 2.0
755 stars 213 forks source link

[ADP-3226] drop tests that assume port 8090 is unbound on the host #4634

Closed paolino closed 2 weeks ago

paolino commented 2 weeks ago

This PR remove a set of tests that assume port 8090 is free on the host where the wallet is running. It's not always the case on CI machine.

ADP-3226