merge tizen_3.0 to tizen branch
[platform/upstream/iotivity.git] / resource / unittests / OCPlatformTest.cpp
index f671cd3..0fea345 100644 (file)
@@ -163,7 +163,10 @@ namespace OCPlatformTest
         return resourceHandle;
     }
 
-    TEST(ConfigureTest, ConfigureInvalidModeType)
+    //Configure
+    // Enable it when the stack throw an exception
+    // https://jira.iotivity.org/browse/IOT-428
+    TEST(ConfigureTest, DISABLED_ConfigureInvalidModeType)
     {
         PlatformConfig cfg {
              OC::ServiceType::InProc,
@@ -176,7 +179,9 @@ namespace OCPlatformTest
          EXPECT_ANY_THROW(OCPlatform::setDefaultDeviceEntityHandler(NULL));
      }
 
-    TEST(ConfigureTest, ConfigureInvalidServiceType)
+    // Enable it when the stack throw an exception
+    // https://jira.iotivity.org/browse/IOT-428
+    TEST(ConfigureTest, DISABLED_ConfigureInvalidServiceType)
     {
         PlatformConfig cfg {
              (OC::ServiceType)99,
@@ -189,7 +194,9 @@ namespace OCPlatformTest
          EXPECT_ANY_THROW(OCPlatform::setDefaultDeviceEntityHandler(NULL));
      }
 
-    TEST(ConfigureTest, ConfigureClientOutProc)
+    // Enable it when the stack throw an exception
+    // https://jira.iotivity.org/browse/IOT-428
+    TEST(ConfigureTest, DISABLED_ConfigureClientOutProc)
     {
         PlatformConfig cfg {
             OC::ServiceType::OutOfProc,