disable sql on fhir tests until package is packaged properly by next release of IG publisher

This commit is contained in:
Grahame Grieve 2023-10-31 17:00:20 +11:00
parent d419d5a5e6
commit 1557e52f77
1 changed files with 1 additions and 1 deletions

View File

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