Skip to content

Commit e8e6a3a

Browse files
committed
fix
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 7b050f0 commit e8e6a3a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -686,9 +686,6 @@ void passesResourceFromStateToDispatcher() {
686686
assertThat(captor.getAllValues().get(1).getResource()).isNotNull();
687687
}
688688

689-
@Test
690-
void onAllEventRateLimiting() {}
691-
692689
private ResourceID eventAlreadyUnderProcessing() {
693690
when(reconciliationDispatcherMock.handleExecution(any()))
694691
.then(

0 commit comments

Comments
 (0)