Index: firmware/App/Modes/SelfTests.c =================================================================== diff -u -rcef466180c9ee6a933e6f81221ebded667acab84 -r00da3d911dcb24b088bf50348fca486a893de306 --- firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision cef466180c9ee6a933e6f81221ebded667acab84) +++ firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision 00da3d911dcb24b088bf50348fca486a893de306) @@ -1282,13 +1282,8 @@ if ( SELF_TEST_STATUS_PASSED == getBloodLeakSelfTestStatus() ) { -#ifndef _RELEASE_ - if ( getSoftwareConfigStatus( SW_CONFIG_DISABLE_BLOOD_LEAK_SELF_TEST ) == SW_CONFIG_ENABLE_VALUE ) -#endif - { - settleStartTime = getMSTimerCount(); - state = WET_SELF_TESTS_FIRST_DISPLACEMENT_SETUP_STATE; - } + settleStartTime = getMSTimerCount(); + state = WET_SELF_TESTS_FIRST_DISPLACEMENT_SETUP_STATE; } if ( TRUE == doesAlarmStatusIndicateStop() )