Index: firmware/App/Modes/SelfTests.c =================================================================== diff -u -r51271a582fec5adf763c21c026cf29fb6796e09a -r6742b3e355d70e0bdf036ed93cc2268bdd36cb99 --- firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision 51271a582fec5adf763c21c026cf29fb6796e09a) +++ firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision 6742b3e355d70e0bdf036ed93cc2268bdd36cb99) @@ -591,7 +591,8 @@ void execWetSelfTests( void ) { #ifndef _RELEASE_ - if ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_PRIMING ) ) //SW_CONFIG_DISABLE_WET_SELF_TEST + if ( ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_PRIMING ) ) || + ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_WET_SELF_TEST ) ) ) { currentWetSelfTestsState = WET_SELF_TESTS_COMPLETE_STATE; }