Index: firmware/App/Modes/SelfTests.c =================================================================== diff -u -r7d373c4a2798542bc39a139a10b3d59c4a355807 -r3ddc95eb7a9b5fe45ba2fdb728d57f3adeb6e114 --- firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision 7d373c4a2798542bc39a139a10b3d59c4a355807) +++ firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision 3ddc95eb7a9b5fe45ba2fdb728d57f3adeb6e114) @@ -543,6 +543,13 @@ { SELF_TEST_STATUS_T result = SELF_TEST_STATUS_PASSED; +#ifndef _RELEASE_ + if ( getSoftwareConfigStatus( SW_CONFIG_DISABLE_WET_SELF_TEST ) != SW_CONFIG_ENABLE_VALUE ) + { + currentWetSelfTestsState = WET_SELF_TESTS_COMPLETE_STATE; + } +#endif + // execute wet self-tests state machine switch ( currentWetSelfTestsState ) {