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:
Martin Weinelt 2024-08-02 18:12:12 +02:00
parent ccd56ee7c3
commit e47d0b5400
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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 = ''