Re-enable tests disabled to make the 6_4 release build pass. (#4600)
This commit is contained in:
parent
59cc7ad402
commit
ce46f4dd6a
|
@ -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");
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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();
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue