smartdevicelink / sdl_core

SmartDeviceLink In-Vehicle Software and Sample HMI
BSD 3-Clause "New" or "Revised" License
241 stars 244 forks source link

Fix failing unit test #3655

Closed iCollin closed 3 years ago

iCollin commented 3 years ago

Fixes #https://github.com/smartdevicelink/sdl_core/issues/3643

This PR is ready for review.

Risk

This PR makes no API changes.

Testing Plan

git checkout develop cmake ../sdl_core -DBUILD_TESTS=ON -DENABLE_SECURITY=OFF make install src/components/protocol_handler/test/protocol_handler_test observe 100% pass

Summary

disable test OnTMMessageSend_ReadyToCloseConnection_Disconnect when no security

CLA