Update pass execution check for code update

Change-Id: I29818d0125e09c806ba30a6414bab22a13666075
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/extended/code_update/bmc_code_update.robot b/extended/code_update/bmc_code_update.robot
index 4227fe2..657e525 100644
--- a/extended/code_update/bmc_code_update.robot
+++ b/extended/code_update/bmc_code_update.robot
@@ -80,9 +80,10 @@
     ${functional_version}=  Get BMC Version
     Rprint Vars  functional_version
 
+    # TODO: openbmc/phosphor-bmc-code-mgmt/issues/4
     # Check if the existing firmware is functional.
-    Pass Execution If  ${functional_version} == "${image_version}"
-    ...  The existing ${image_version} firmware is already functional.
+    #Pass Execution If  ${functional_version} == "${image_version}"
+    #...  The existing ${image_version} firmware is already functional.
 
     Upload And Activate Image  ${IMAGE_FILE_PATH}
     ...  skip_if_active=${SKIP_UPDATE_IF_ACTIVE}