Skip to content

Commit

Permalink
Merge pull request #1233 from camunda/1230-disable-timer-test
Browse files Browse the repository at this point in the history
Temporarily disable timer test
  • Loading branch information
koevskinikola authored Aug 28, 2024
2 parents 955e7a2 + 7080833 commit 620e486
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
import java.util.stream.StreamSupport;
import org.awaitility.Awaitility;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.Arguments;
import org.junit.jupiter.params.provider.MethodSource;
Expand Down Expand Up @@ -66,6 +67,7 @@ void deployProcesses() {
BpmnAssert.assertThat(deploymentEvent).containsProcessesByResourceName(RESOURCE);
}

@Disabled("https://github.com/camunda/zeebe-process-test/issues/1230")
@ParameterizedTest
@MethodSource("dates")
void shouldCompareTimersDueDatesCorrectlyForDifferentNowDates(final OffsetDateTime nowDate)
Expand Down

0 comments on commit 620e486

Please sign in to comment.