Disable Easy Setup Test Cases 53/236353/1
authorKush <kush.agrawal@samsung.com>
Wed, 29 Apr 2020 06:01:56 +0000 (11:31 +0530)
committerSudipto <sudipto.bal@samsung.com>
Tue, 16 Jun 2020 10:28:39 +0000 (15:58 +0530)
https://github.sec.samsung.net/RS7-IOTIVITY/IoTivity/pull/692
(cherry-picked from 8ad1554bd5996b8902b9aa093fe66bbb4341a25e)

Change-Id: Ia4b3e78aaf00744f04acc2088850e0b7e100660f
Signed-off-by: Kush <kush.agrawal@samsung.com>
Signed-off-by: Sudipto <sudipto.bal@samsung.com>
service/easy-setup/enrollee/unittests/ESEnrolleeTest.cpp
service/easy-setup/mediator/richsdk/unittests/ESMediatorTest.cpp

index 0a172bb..2a93cf2 100755 (executable)
@@ -710,7 +710,7 @@ TEST_F(EasysetupEnrolleeTest, ESSC_SetNULLSSOList)
     ESTerminateEnrollee();
 }
 
-TEST_F(EasysetupEnrolleeTest, ReadWriteUserCallback)
+TEST_F(EasysetupEnrolleeTest, DISABLED_ReadWriteUserCallback)
 {
     int cntForReceivedCallbackWithSuccess = 0;
 
index 853f132..3281679 100755 (executable)
@@ -348,7 +348,7 @@ TEST_F(ProvisionDevicePropertiesTest,
 }
 
 TEST_F(ProvisionDevicePropertiesTest,
-          ThrowExceptionWhenProvisionDeviceProperiesFailedWithoutSSID)
+          DISABLED_ThrowExceptionWhenProvisionDeviceProperiesFailedWithoutSSID)
 {
     DeviceProp devProp;
     devProp.setWiFiProp("", "Iotivity_PWD", WPA2_PSK, TKIP_AES);