Skip to content

Commit c61a4af

Browse files
committed
Disable unit tests for TimerEventSource
1 parent 0e55c7d commit c61a4af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

operator-framework-core/src/test/java/io/javaoperatorsdk/operator/processing/event/internal/TimerEventSourceTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@
1515
import io.javaoperatorsdk.operator.processing.event.EventHandler;
1616
import java.util.List;
1717
import org.junit.jupiter.api.BeforeEach;
18+
import org.junit.jupiter.api.Disabled;
1819
import org.junit.jupiter.api.Test;
1920
import org.mockito.ArgumentCaptor;
2021

22+
@Disabled("Currently very flaky, will fix in https://github.com/java-operator-sdk/java-operator-sdk/issues/293")
2123
class TimerEventSourceTest {
2224

2325
public static final int INITIAL_DELAY = 50;

0 commit comments

Comments
 (0)