mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 15:07:50 +00:00
electrum-ltc: disable failing and stuck tests
These tests have forced the hydra job for electrum-ltc to run into a timeout.
This commit is contained in:
parent
ccd56ee7c3
commit
e47d0b5400
@ -138,6 +138,11 @@ python3.pkgs.buildPythonApplication {
|
||||
disabledTests = [
|
||||
"test_loop" # test tries to bind 127.0.0.1 causing permission error
|
||||
"test_is_ip_address" # fails spuriously https://github.com/spesmilo/electrum/issues/7307
|
||||
# electrum_ltc.lnutil.RemoteMisbehaving: received commitment_signed without pending changes
|
||||
"test_reestablish_replay_messages_rev_then_sig"
|
||||
"test_reestablish_replay_messages_sig_then_rev"
|
||||
# stuck on hydra
|
||||
"test_reestablish_with_old_state"
|
||||
];
|
||||
|
||||
postCheck = ''
|
||||
|
Loading…
Reference in New Issue
Block a user