Disabling version check due to /etc/version removal from driver

The changes is needed due to gerrit.openbmc-project.xyz/#/c/2818/
changes.

Change-Id: I1838f0e6c9c78f402eb8972b973b721f0b04ee32
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/extended/code_update/update_bmc.robot b/extended/code_update/update_bmc.robot
index 00ea393..b06aa34 100644
--- a/extended/code_update/update_bmc.robot
+++ b/extended/code_update/update_bmc.robot
@@ -52,11 +52,13 @@
 
     Check If File Exist  ${FILE_PATH}
     System Readiness Test
-    ${status}=   Run Keyword and Return Status
-    ...   Validate BMC Version   before
 
-    Run Keyword if  '${status}' == '${False}'
-    ...     Pass Execution   Same Driver version installed
+    # TODO: Disabling version check until new logic are in place.
+    # ${status}=   Run Keyword and Return Status
+    # ...   Validate BMC Version   before
+
+    # Run Keyword if  '${status}' == '${False}'
+    # ...     Pass Execution   Same Driver version installed
 
     Check Boot Count And Time
     Prune Journal Log
@@ -89,7 +91,7 @@
     Check If BMC is Up    30 min   10 sec
     Check Boot Count And Time
     Sleep  1 min
-    Validate BMC Version
+    # Validate BMC Version
 
     # Now that the code update is completed, make sure we use the correct
     # interface while checking for BMC ready state.