Skip to content

Commit

Permalink
test: Enable test test_resharding_v3_yield_timeout (#12612)
Browse files Browse the repository at this point in the history
With the workaround to ignore negative refcounts in test loop we can now
unignore the test `test_resharding_v3_yield_timeout`
  • Loading branch information
Trisfald authored Dec 13, 2024
1 parent 4f19e9e commit 8a8d60c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions integration-tests/src/test_loop/tests/resharding_v3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand All @@ -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);
}

0 comments on commit 8a8d60c

Please sign in to comment.