diff --git a/hapi-fhir-jpaserver-elastic-test-utilities/src/test/java/ca/uhn/fhir/jpa/bulk/BulkGroupExportWithIndexedSearchParametersTest.java b/hapi-fhir-jpaserver-elastic-test-utilities/src/test/java/ca/uhn/fhir/jpa/bulk/BulkGroupExportWithIndexedSearchParametersTest.java index 77aadf23a07..3bae46528f5 100644 --- a/hapi-fhir-jpaserver-elastic-test-utilities/src/test/java/ca/uhn/fhir/jpa/bulk/BulkGroupExportWithIndexedSearchParametersTest.java +++ b/hapi-fhir-jpaserver-elastic-test-utilities/src/test/java/ca/uhn/fhir/jpa/bulk/BulkGroupExportWithIndexedSearchParametersTest.java @@ -63,7 +63,7 @@ public class BulkGroupExportWithIndexedSearchParametersTest extends BaseJpaTest - @Disabled("disabled to make the rel_6_4 release pipeline pass") + @Test public void groupBulkExportWithIndexedSearchParametersTest() throws Exception { // Create Group and associated resources from json input File jsonInputUrl = ResourceUtils.getFile(ResourceUtils.CLASSPATH_URL_PREFIX + "bulk-group-export/bundle-group-upload.json"); 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 334deccf780..f6739f3a178 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 @@ -256,7 +256,6 @@ public class Batch2CoordinatorIT extends BaseJpaR4Test { @ParameterizedTest @ValueSource(booleans = { true, false }) - @Disabled("failing intermittently for latest rel_6_4 was not fulfilled within 2 minutes") public void testJobDefinitionWithReductionStepIT(boolean theDelayReductionStepBool) throws InterruptedException { // setup String jobId = new Exception().getStackTrace()[0].getMethodName() + "_" + theDelayReductionStepBool; diff --git a/hapi-fhir-jpaserver-test-r4/src/test/java/ca/uhn/fhir/jpa/bulk/BulkDataExportIT.java b/hapi-fhir-jpaserver-test-r4/src/test/java/ca/uhn/fhir/jpa/bulk/BulkDataExportIT.java index b015514569b..b0b54032157 100644 --- a/hapi-fhir-jpaserver-test-r4/src/test/java/ca/uhn/fhir/jpa/bulk/BulkDataExportIT.java +++ b/hapi-fhir-jpaserver-test-r4/src/test/java/ca/uhn/fhir/jpa/bulk/BulkDataExportIT.java @@ -150,7 +150,6 @@ public class BulkDataExportIT extends BaseResourceProviderR4Test { @Test - @Disabled("disabled to make the rel_6_4 release pipeline pass") public void testGroupBulkExportNotInGroup_DoesNotShowUp() { // Create some resources Patient patient = new Patient(); @@ -189,7 +188,6 @@ public class BulkDataExportIT extends BaseResourceProviderR4Test { } @Test - @Disabled("failing intermittently for latest rel_6_4") public void testTwoBulkExportsInARow() { // Create some resources Patient patient = new Patient(); diff --git a/hapi-fhir-jpaserver-test-r4/src/test/java/ca/uhn/fhir/jpa/bulk/BulkExportUseCaseIT.java b/hapi-fhir-jpaserver-test-r4/src/test/java/ca/uhn/fhir/jpa/bulk/BulkExportUseCaseIT.java index e248128dbbb..80c7ca3b147 100644 --- a/hapi-fhir-jpaserver-test-r4/src/test/java/ca/uhn/fhir/jpa/bulk/BulkExportUseCaseIT.java +++ b/hapi-fhir-jpaserver-test-r4/src/test/java/ca/uhn/fhir/jpa/bulk/BulkExportUseCaseIT.java @@ -474,7 +474,6 @@ public class BulkExportUseCaseIT extends BaseResourceProviderR4Test { } @Test - @Disabled("disabled to make the rel_6_4 release pipeline pass") public void testBulkExportWithLowMaxFileCapacity() { final int numPatients = 250; myDaoConfig.setBulkExportFileMaximumCapacity(1); @@ -600,7 +599,6 @@ public class BulkExportUseCaseIT extends BaseResourceProviderR4Test { } @Test - @Disabled("failing intermittently for latest rel_6_4") public void testDifferentTypesDoNotUseCachedResults() { Patient patient = new Patient(); patient.setId("PING1");