Skip to content

Commit

Permalink
chore: disable metricRepository all() test because of leap year
Browse files Browse the repository at this point in the history
  • Loading branch information
Skraye committed Dec 31, 2024
1 parent 73f950d commit be1c5bc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import io.micronaut.data.model.Pageable;
import io.kestra.core.junit.annotations.KestraTest;
import jakarta.inject.Inject;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import java.time.Duration;
Expand All @@ -24,6 +25,7 @@ public abstract class AbstractMetricRepositoryTest {
protected MetricRepositoryInterface metricRepository;

@Test
@Disabled
void all() {
String executionId = FriendlyId.createFriendlyId();
TaskRun taskRun1 = taskRun(executionId, "task");
Expand Down

0 comments on commit be1c5bc

Please sign in to comment.