Index: firmware/App/Modes/ConsumableSelfTest.c =================================================================== diff -u -r5fcae5901d466789c329256f5532cf64be549c83 -rb2e264a908dbef2b55f9496fbddbe67ae708a75c --- firmware/App/Modes/ConsumableSelfTest.c (.../ConsumableSelfTest.c) (revision 5fcae5901d466789c329256f5532cf64be549c83) +++ firmware/App/Modes/ConsumableSelfTest.c (.../ConsumableSelfTest.c) (revision b2e264a908dbef2b55f9496fbddbe67ae708a75c) @@ -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 ) ) {