update nixpkgs
bitcoind-knots: 29.3.knots20260210 -> 29.3.knots20260508 fulcrum: 1.12.0.1 -> 2.1.1 lightning-loop: 0.33.0-beta -> 0.33.2-beta lnd: 0.20.1-beta -> 0.21.1-beta
This commit is contained in:
@@ -31,6 +31,13 @@ rustPlatform.buildRustPackage rec {
|
||||
protobuf
|
||||
];
|
||||
|
||||
# `core::lsps2::htlc::tests::polls_until_channel_ready` (in the `cln-lsps`
|
||||
# workspace member) is timing-dependent: it spawns a polling task, sleeps a
|
||||
# real 10 ms, then asserts the loop ran more than once. Under the parallel
|
||||
# test load in CI the spawned task gets starved and the assertion fails.
|
||||
# Skip this single upstream test; the remaining workspace tests still run.
|
||||
checkFlags = [ "--skip=polls_until_channel_ready" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "REST plugin for clightning";
|
||||
homepage = "https://github.com/ElementsProject/lightning/tree/master/plugins/rest-plugin";
|
||||
|
||||
Reference in New Issue
Block a user