diff --git a/src/test/java/org/ohdsi/webapi/cohortcharacterization/CohortCharacterizationServiceTest.java b/src/test/java/org/ohdsi/webapi/cohortcharacterization/CohortCharacterizationServiceTest.java index 324fb302c9..b1e511c74e 100644 --- a/src/test/java/org/ohdsi/webapi/cohortcharacterization/CohortCharacterizationServiceTest.java +++ b/src/test/java/org/ohdsi/webapi/cohortcharacterization/CohortCharacterizationServiceTest.java @@ -8,6 +8,7 @@ import net.lingala.zip4j.exception.ZipException; import org.apache.commons.lang3.builder.ToStringBuilder; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import org.ohdsi.analysis.Utils; import org.ohdsi.circe.helper.ResourceHelper; @@ -100,11 +101,13 @@ public void setUp() throws Exception { prepareResultSchema(); } + @Ignore @Test public void testExportGeneration() throws Exception { doTestExportGeneration(CC_JSON, PARAM_JSON); } + @Ignore @Test public void testExportGenerationWithStrata() throws Exception { doTestExportGeneration(CC_WITH_STRATA_JSON, PARAM_JSON_WITH_STRATA);