From e4bb254754ff7384719c40f6f2a0a44bd281bdc6 Mon Sep 17 00:00:00 2001 From: Luke deGruchy Date: Wed, 15 Mar 2023 10:58:08 -0400 Subject: [PATCH] Reverse disabled tests. (#4646) --- .../test/java/ca/uhn/fhir/jpa/batch2/Batch2CoordinatorIT.java | 2 -- .../jpa/partition/PartitionedSubscriptionTriggeringR4Test.java | 1 - 2 files changed, 3 deletions(-) diff --git a/hapi-fhir-jpaserver-test-r4/src/test/java/ca/uhn/fhir/jpa/batch2/Batch2CoordinatorIT.java b/hapi-fhir-jpaserver-test-r4/src/test/java/ca/uhn/fhir/jpa/batch2/Batch2CoordinatorIT.java index c2c565e3945..ec23b54a4e8 100644 --- a/hapi-fhir-jpaserver-test-r4/src/test/java/ca/uhn/fhir/jpa/batch2/Batch2CoordinatorIT.java +++ b/hapi-fhir-jpaserver-test-r4/src/test/java/ca/uhn/fhir/jpa/batch2/Batch2CoordinatorIT.java @@ -33,7 +33,6 @@ import ca.uhn.test.concurrency.PointcutLatch; import com.fasterxml.jackson.annotation.JsonProperty; import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.BeforeEach; -import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import org.junit.jupiter.params.ParameterizedTest; import org.junit.jupiter.params.provider.ValueSource; @@ -417,7 +416,6 @@ public class Batch2CoordinatorIT extends BaseJpaR4Test { } @Test - @Disabled("this test is constantly failing on master") public void testUnknownException_KeepsInProgress_CanCancelManually() throws InterruptedException { // setup IJobStepWorker firstStep = (step, sink) -> { diff --git a/hapi-fhir-jpaserver-test-r4/src/test/java/ca/uhn/fhir/jpa/partition/PartitionedSubscriptionTriggeringR4Test.java b/hapi-fhir-jpaserver-test-r4/src/test/java/ca/uhn/fhir/jpa/partition/PartitionedSubscriptionTriggeringR4Test.java index d554ace8547..ef5f5300d82 100644 --- a/hapi-fhir-jpaserver-test-r4/src/test/java/ca/uhn/fhir/jpa/partition/PartitionedSubscriptionTriggeringR4Test.java +++ b/hapi-fhir-jpaserver-test-r4/src/test/java/ca/uhn/fhir/jpa/partition/PartitionedSubscriptionTriggeringR4Test.java @@ -132,7 +132,6 @@ public class PartitionedSubscriptionTriggeringR4Test extends BaseSubscriptionsR4 } @Test - @Disabled("the test fails intermittently") public void testCreateSubscriptionInPartitionAndResourceInDifferentPartition() throws Exception { String payload = "application/fhir+json";