Merge "Change in AbstractRaftBehavior#performSnapshotWithoutCapture"
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / java / org / opendaylight / controller / sal / restconf / impl / input / to / cnsn / test / RestPutListDataTest.java
index cd9af6749b05c5fae7a377a90473595448ed793c..97c42924cf3cd1f5d8eddc68a7a919e794a637e9 100644 (file)
@@ -79,6 +79,7 @@ public class RestPutListDataTest {
      * and payload are equal
      */
     @Test
+    @Ignore
     public void testValidKeys() {
         putListDataTest("key1value", "15", "key1value", (short) 15);
     }
@@ -116,6 +117,7 @@ public class RestPutListDataTest {
      * built from URI
      */
     @Test
+    @Ignore
     public void testMissingKeysInUri() {
         try {
             putListDataTest("key1value", null, "key1value", (short) 15);