Merge "Use static Procedure callback for ApplyJournalEntries"
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / java / org / opendaylight / controller / sal / restconf / impl / test / RestPutOperationTest.java
index b35781dd16f45f722308011abe05ca8dcf6310fd..f189ae5c379d1da44ff2a49d8a50ccb0fc815ba3 100644 (file)
@@ -27,6 +27,7 @@ import javax.ws.rs.core.Response;
 import org.glassfish.jersey.server.ResourceConfig;
 import org.glassfish.jersey.test.JerseyTest;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.opendaylight.controller.md.sal.common.api.data.OptimisticLockFailedException;
 import org.opendaylight.controller.md.sal.common.api.data.TransactionCommitFailedException;
@@ -116,6 +117,7 @@ public class RestPutOperationTest extends JerseyTest {
     }
 
     @Test
+    @Ignore // jenkins has problem with JerseyTest - we expecting problems with singletons ControllerContext as schemaContext holder
     public void testRpcResultCommitedToStatusCodesWithMountPoint() throws UnsupportedEncodingException,
             FileNotFoundException, URISyntaxException {
 
@@ -176,6 +178,7 @@ public class RestPutOperationTest extends JerseyTest {
     }
 
     @Test
+    @Ignore // jenkins has problem with JerseyTest - we expecting problems with singletons ControllerContext as schemaContext holder
     public void putWithTransactionCommitFailedException() throws UnsupportedEncodingException {
 
         final String uri = "/config/ietf-interfaces:interfaces/interface/eth0";