Index: firmware/App/Modes/ConsumableSelfTest.c =================================================================== diff -u -r40f46e196349e3dd730048a354df8bbb2e40407d -r90d3a2eb18cc8282c0c68a23e39677327448781a --- firmware/App/Modes/ConsumableSelfTest.c (.../ConsumableSelfTest.c) (revision 40f46e196349e3dd730048a354df8bbb2e40407d) +++ firmware/App/Modes/ConsumableSelfTest.c (.../ConsumableSelfTest.c) (revision 90d3a2eb18cc8282c0c68a23e39677327448781a) @@ -77,7 +77,7 @@ { case CONSUMABLE_SELF_TESTS_INSTALL_STATE: #ifdef SKIP_UI_INTERACTION - if ( getSoftwareConfigStatus( SW_CONFIG_DISABLE_UI_INTERACTION ) != SW_CONFIG_ENABLE_VALUE ) + //if ( getSoftwareConfigStatus( SW_CONFIG_DISABLE_UI_INTERACTION ) != SW_CONFIG_ENABLE_VALUE ) { consumableInstallConfirmed = TRUE; } @@ -87,7 +87,7 @@ { consumableInstallConfirmed = FALSE; #ifndef SKIP_CONSUMABLE_TESTS - if ( getSoftwareConfigStatus( SW_CONFIG_DISABLE_CONSUMABLES_TESTS ) != SW_CONFIG_ENABLE_VALUE ) + //if ( getSoftwareConfigStatus( SW_CONFIG_DISABLE_CONSUMABLES_TESTS ) != SW_CONFIG_ENABLE_VALUE ) { currentConsumableSelfTestState = CONSUMABLE_SELF_TESTS_FILL_CMD_STATE; }