diff --git a/integration-tests/src/test_loop/tests/resharding_v3.rs b/integration-tests/src/test_loop/tests/resharding_v3.rs index 35237706368..0c8c6dd9744 100644 --- a/integration-tests/src/test_loop/tests/resharding_v3.rs +++ b/integration-tests/src/test_loop/tests/resharding_v3.rs @@ -1006,8 +1006,6 @@ fn test_resharding_v3_yield_resume() { } #[test] -// TODO(resharding): fix nearcore and unignore this test. -#[ignore] fn test_resharding_v3_yield_timeout() { let account_in_left_child: AccountId = "account4".parse().unwrap(); let account_in_right_child: AccountId = "account6".parse().unwrap(); @@ -1028,6 +1026,7 @@ fn test_resharding_v3_yield_timeout() { vec![account_in_left_child, account_in_right_child], ReceiptKind::PromiseYield, )) + .allow_negative_refcount(true) .build(); test_resharding_v3_base(params); }