Ignore unfinished test

This commit is contained in:
James Agnew 2019-01-10 07:36:37 -07:00
parent aee7b2b882
commit 3c260e5ef2
2 changed files with 4 additions and 1 deletions

View File

@ -29,6 +29,7 @@ import org.hl7.fhir.dstu3.model.OperationDefinition.OperationKind;
import org.hl7.fhir.dstu3.model.OperationDefinition.OperationParameterUse;
import org.hl7.fhir.instance.model.api.IBaseResource;
import org.junit.AfterClass;
import org.junit.Ignore;
import org.junit.Test;
import javax.servlet.ServletConfig;
@ -82,6 +83,7 @@ public class ServerCapabilityStatementProviderDstu3Test {
}
@Test
@Ignore
public void testSearchReferenceParameterWithExplicitChainsDocumentation() throws Exception {
RestfulServer rs = new RestfulServer(ourCtx);

View File

@ -767,7 +767,8 @@
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>6.2.2.jre8</version>
<!--<version>6.2.2.jre8</version>-->
<version>7.0.0.jre8</version>
</dependency>
<!--
<dependency>