Skip to content

Commit

Permalink
test(resharding) - remove track all shards from yield resume test (#1…
Browse files Browse the repository at this point in the history
…2692)

This should be fixed by #12661
  • Loading branch information
wacban authored Jan 7, 2025
1 parent 9d535a8 commit b2fb586
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integration-tests/src/test_loop/tests/resharding_v3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -982,8 +982,6 @@ fn test_resharding_v3_yield_resume() {
vec![account_in_left_child, account_in_right_child],
ReceiptKind::PromiseYield,
))
// TODO(resharding): test should work without changes to track_all_shards
.track_all_shards(true)
.build();
test_resharding_v3_base(params);
}
Expand Down

0 comments on commit b2fb586

Please sign in to comment.