Index: firmware/App/Modes/ConsumableSelfTest.c =================================================================== diff -u -r3970ba21aa2500f662620ef3d4b3e1e7a48fc47a -rfcbf16998f91c7c14ac952badfef65f3e012f160 --- firmware/App/Modes/ConsumableSelfTest.c (.../ConsumableSelfTest.c) (revision 3970ba21aa2500f662620ef3d4b3e1e7a48fc47a) +++ firmware/App/Modes/ConsumableSelfTest.c (.../ConsumableSelfTest.c) (revision fcbf16998f91c7c14ac952badfef65f3e012f160) @@ -110,6 +110,7 @@ if ( TRUE == consumableInstallConfirmed ) // TODO - should we check that concentrate cap is off too? { consumableInstallConfirmed = FALSE; + #ifndef _RELEASE_ if ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_CONSUMABLES_TESTS ) ) {