Remove CI tags for failing test

CI test grouping needs reevaluation and needs discussion.
The failure on CI run for Qemu is due to openbmc/openbmc#830
These test are now removed from CI tags as a quick fix for Qemu CI.

Change-Id: I5780a15534b6e902685c2271d88e72bec1ecb67f
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/tests/test_obmcrest.robot b/tests/test_obmcrest.robot
index fb5d7c4..e1f7dc9 100644
--- a/tests/test_obmcrest.robot
+++ b/tests/test_obmcrest.robot
@@ -12,7 +12,7 @@
 
 *** Test Cases ***
 Good connection for testing
-    [Tags]  CI  Good_connection_for_testing
+    [Tags]  Good_connection_for_testing
     ${content}=    Read Properties     /
     ${c}=          get from List       ${content}      0
     Should Be Equal    ${c}     /org
@@ -38,7 +38,7 @@
     ...   The specified property cannot be found: ''is_fru''
 
 get directory listing /
-    [Tags]  CI  get_directory_listing
+    [Tags]  get_directory_listing
     ${resp}=   openbmc get request     /
     should be equal as strings   ${resp.status_code}     ${HTTP_OK}
     ${json}=   to json     ${resp.content}