From: Kush Date: Wed, 29 Apr 2020 06:01:56 +0000 (+0530) Subject: Disable Easy Setup Test Cases X-Git-Tag: submit/tizen/20200616.235056~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0531627c6da2432daf0873dd0a9ba0bb0a14bde4;p=platform%2Fupstream%2Fiotivity.git Disable Easy Setup Test Cases https://github.sec.samsung.net/RS7-IOTIVITY/IoTivity/pull/692 (cherry-picked from 8ad1554bd5996b8902b9aa093fe66bbb4341a25e) Change-Id: Ia4b3e78aaf00744f04acc2088850e0b7e100660f Signed-off-by: Kush Signed-off-by: Sudipto --- diff --git a/service/easy-setup/enrollee/unittests/ESEnrolleeTest.cpp b/service/easy-setup/enrollee/unittests/ESEnrolleeTest.cpp index 0a172bbfb..2a93cf26d 100755 --- a/service/easy-setup/enrollee/unittests/ESEnrolleeTest.cpp +++ b/service/easy-setup/enrollee/unittests/ESEnrolleeTest.cpp @@ -710,7 +710,7 @@ TEST_F(EasysetupEnrolleeTest, ESSC_SetNULLSSOList) ESTerminateEnrollee(); } -TEST_F(EasysetupEnrolleeTest, ReadWriteUserCallback) +TEST_F(EasysetupEnrolleeTest, DISABLED_ReadWriteUserCallback) { int cntForReceivedCallbackWithSuccess = 0; diff --git a/service/easy-setup/mediator/richsdk/unittests/ESMediatorTest.cpp b/service/easy-setup/mediator/richsdk/unittests/ESMediatorTest.cpp index 853f132c2..32816791a 100755 --- a/service/easy-setup/mediator/richsdk/unittests/ESMediatorTest.cpp +++ b/service/easy-setup/mediator/richsdk/unittests/ESMediatorTest.cpp @@ -348,7 +348,7 @@ TEST_F(ProvisionDevicePropertiesTest, } TEST_F(ProvisionDevicePropertiesTest, - ThrowExceptionWhenProvisionDeviceProperiesFailedWithoutSSID) + DISABLED_ThrowExceptionWhenProvisionDeviceProperiesFailedWithoutSSID) { DeviceProp devProp; devProp.setWiFiProp("", "Iotivity_PWD", WPA2_PSK, TKIP_AES);