Skip to content

Commit

Permalink
Outdated tests : external ressource
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddieppois authored and JPercival committed Apr 23, 2024
1 parent e0529a8 commit 675730d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
import java.net.URI;
import java.net.URISyntaxException;

import org.testng.annotations.Ignore;
import org.testng.annotations.Test;
import org.opencds.cqf.tooling.cql_generation.drool.DroolCqlGenerator;
import org.opencds.cqf.tooling.cql_generation.drool.visitor.DroolToElmVisitor.CQLTYPES;

@Ignore
public class DroolCqlGeneratorIT {

@Test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
package org.opencds.cqf.tooling.operation;

import org.testng.annotations.Ignore;
import org.testng.annotations.Test;

import java.net.URISyntaxException;

import org.opencds.cqf.tooling.Operation;

@Ignore
public class GenerateCQLFromDroolOperationIT {
@Test
public void test_worked() throws URISyntaxException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
import org.opencds.cqf.tooling.constants.Terminology;
import org.opencds.cqf.tooling.operations.codesystem.rxnorm.RxMixWorkflowProcessor;
import org.testng.Assert;
import org.testng.annotations.Ignore;
import org.testng.annotations.Test;

@Ignore
public class RxMixWorflowProcessorIT {

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
import org.opencds.cqf.tooling.operations.valueset.generate.config.Config;
import org.opencds.cqf.tooling.operations.valueset.generate.config.ConfigValueSetGenerator;
import org.testng.Assert;
import org.testng.annotations.Ignore;
import org.testng.annotations.Test;

import java.util.List;

@Ignore
public class ConfigValueSetGeneratorIT {

private final FhirContext fhirContext = FhirContext.forR4Cached();
Expand Down

0 comments on commit 675730d

Please sign in to comment.