Re-enable tests disabled to make the 6_4 release build pass. (#4600)

This commit is contained in:
Luke deGruchy 2023-02-27 11:50:49 -05:00 committed by GitHub
parent 59cc7ad402
commit ce46f4dd6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 6 deletions

View File

@ -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");

View File

@ -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;

View File

@ -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();

View File

@ -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");