Skip to content

Commit f831e18

Browse files
committed
Disable rebalacing that causes suprious test failure
1 parent d96c407 commit f831e18

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

orange-sdk/tests/integration_tests.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,10 @@ fn test_threshold_boundary_trusted_balance_limit() {
813813
let TestParams { wallet, third_party, rt, .. } = build_test_nodes();
814814

815815
rt.block_on(async move {
816+
// we're not testing rebalancing here, so disable it to keep things simple
817+
// on slow CI this can cause tests to fail if rebalancing kicks in
818+
wallet.set_rebalance_enabled(false);
819+
816820
let tunables = wallet.get_tunables();
817821

818822
// Test 1: Payment exactly at the trusted balance limit should use trusted wallet

0 commit comments

Comments
 (0)