From 0531627c6da2432daf0873dd0a9ba0bb0a14bde4 Mon Sep 17 00:00:00 2001 From: Kush Date: Wed, 29 Apr 2020 11:31:56 +0530 Subject: [PATCH] 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 --- service/easy-setup/enrollee/unittests/ESEnrolleeTest.cpp | 2 +- service/easy-setup/mediator/richsdk/unittests/ESMediatorTest.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/service/easy-setup/enrollee/unittests/ESEnrolleeTest.cpp b/service/easy-setup/enrollee/unittests/ESEnrolleeTest.cpp index 0a172bb..2a93cf2 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 853f132..3281679 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); -- 2.7.4