Skip to content

Commit

Permalink
[Fix apache#3642] Fixing app flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtirado committed Aug 29, 2024
1 parent d17602e commit ace331a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,7 @@ public void signalEvent(String type, Object event) {
cancelTimers(notStartedReassignments);
break;
case TIMER_TRIGGERED_EVENT:
if (!sendNotification((TimerInstance) event)) {
super.signalEvent(type, event);
}
sendNotification((TimerInstance) event);
break;
default:
super.signalEvent(type, event);
Expand Down

0 comments on commit ace331a

Please sign in to comment.