Skip to content

Commit

Permalink
Merge pull request #1234 from camunda/backport-1233-to-main
Browse files Browse the repository at this point in the history
[Backport main] Temporarily disable timer test
  • Loading branch information
nicpuppa authored Aug 28, 2024
2 parents 848365f + cf3985d commit bdb52b6
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 bdb52b6

Please sign in to comment.