X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-rest-connector%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Frestconf%2Fimpl%2Fcnsn%2Fto%2Fjson%2Ftest%2FCnSnToJsonWithDataFromSeveralModulesTest.java;h=54664ae069a98e8ccc7dc120767e0e74dd570ec2;hp=baefd93d18ceec72c96449954525b9fd4da4062c;hb=aefdbf9e014411a197cac01f9de53b3fd35179cb;hpb=f207c0c13689d0744c2ed2eb0395076fee82ffe6 diff --git a/opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/cnsn/to/json/test/CnSnToJsonWithDataFromSeveralModulesTest.java b/opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/cnsn/to/json/test/CnSnToJsonWithDataFromSeveralModulesTest.java index baefd93d18..54664ae069 100644 --- a/opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/cnsn/to/json/test/CnSnToJsonWithDataFromSeveralModulesTest.java +++ b/opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/cnsn/to/json/test/CnSnToJsonWithDataFromSeveralModulesTest.java @@ -18,6 +18,7 @@ import java.util.regex.Pattern; import javax.ws.rs.WebApplicationException; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Test; import org.opendaylight.controller.sal.rest.impl.StructuredDataToJsonProvider; import org.opendaylight.controller.sal.rest.impl.StructuredDataToXmlProvider; @@ -35,6 +36,7 @@ public class CnSnToJsonWithDataFromSeveralModulesTest extends YangAndXmlAndDataS dataLoad("/xml-to-cnsn/data-of-several-modules/yang",2,"module1","cont_m1"); } + @Ignore @Test public void dataFromSeveralModulesToJsonTest() throws WebApplicationException, IOException, URISyntaxException { SchemaContext schemaContext = TestUtils.loadSchemaContext(modules);