Disable BootProgress sensor test on power off

The firmware does not reset this sensor on power
off's currently.

Change-Id: I12d680a81b68ad622a0f31c90f97eeb0e442b74c
Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
diff --git a/lib/state_manager.robot b/lib/state_manager.robot
index d1998ae..33ce170 100755
--- a/lib/state_manager.robot
+++ b/lib/state_manager.robot
@@ -77,7 +77,8 @@
     ${host_state}=  Get Host State
     Should Be Equal  Off  ${host_state}
     # Check to verify that the host shutdown completely.
-    Is OS Off
+    # TODO openbmc/openbmc#2049 - boot sensor not cleared on power off
+    #Is OS Off
 
 
 Is Host Rebooted