Skip to content

Commit 512ff40

Browse files
authored
Merge c6bb2e4 into 6df1995
2 parents 6df1995 + c6bb2e4 commit 512ff40

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ydb/library/actors/testlib/test_runtime.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,9 +1293,6 @@ namespace NActors {
12931293
case EEventAction::PROCESS:
12941294
UpdateFinalEventsStatsForEachContext(*ev);
12951295
SendInternal(ev.Release(), mbox.first.NodeId - FirstNodeId, false);
1296-
if (checkStopConditions(/* perMessage */ true)) {
1297-
stopCondition = true;
1298-
}
12991296
break;
13001297
case EEventAction::DROP:
13011298
// do nothing

0 commit comments

Comments
 (0)