lxmf-rs: disable flaky test

This commit is contained in:
Pol Dellaiera
2026-06-18 15:41:01 +02:00
parent 00f2b07fbc
commit 8cd598e631
+1
View File
@@ -52,6 +52,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
"--skip=transport::announce_limits::tests::ingress_limiting_is_scoped_per_interface"
# multicast listener expected to see the Broadcast tx within 500ms
"--skip=broadcast_tx_reaches_multicast_listeners"
"--skip=direct_link_proof_targeting_multicast_iface_falls_back_to_broadcast"
];
passthru.updateScript = nix-update-script { };