Removing logout from teardown.

Why this fix is required:
If logout is observed while running test suite than all our testcases
will failing due to logout failure in suite teardown. In REST suites
also, we close the REST session at the end of each test suite
instead of logout. So keeping it same as REST testcases flow.

Change-Id: I292127bdce518107495ec32c0e528441274c1b12
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
diff --git a/gui/obmc_gui/test/server_health/test_obmc_gui_sensors.robot b/gui/obmc_gui/test/server_health/test_obmc_gui_sensors.robot
index 8957998..7ced517 100644
--- a/gui/obmc_gui/test/server_health/test_obmc_gui_sensors.robot
+++ b/gui/obmc_gui/test/server_health/test_obmc_gui_sensors.robot
@@ -5,7 +5,7 @@
 Resource        ../../lib/resource.robot
 
 Suite Setup     Launch Browser And Login OpenBMC GUI
-Suite Teardown  Logout And Close Browser
+Suite Teardown  Close Browser
 Test Setup      Test Setup Execution
 
 *** Variables ***