disable sql on fhir tests until package is packaged properly by next release of IG publisher
This commit is contained in:
parent
d419d5a5e6
commit
1557e52f77
|
@ -109,7 +109,7 @@ public class SQLOnFhirTests {
|
|||
@SuppressWarnings("deprecation")
|
||||
@ParameterizedTest(name = "{index}: file {0}")
|
||||
@MethodSource("data")
|
||||
//@Disabled
|
||||
@Disabled
|
||||
public void test(String name, TestDetails test) throws FileNotFoundException, IOException, FHIRException, org.hl7.fhir.exceptions.FHIRException, UcumException {
|
||||
this.details = test;
|
||||
Runner runner = new Runner();
|
||||
|
|
Loading…
Reference in New Issue