Add remaining known test to master skip list

Resolves openbmc/openbmc-test-automation#128

Change-Id: Ida2e159836702c6b21d456eb2142dd79cf50f5ce
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/tests/test_obmcrest.robot b/tests/test_obmcrest.robot
index 6fd246a..329578a 100644
--- a/tests/test_obmcrest.robot
+++ b/tests/test_obmcrest.robot
@@ -203,6 +203,7 @@
     should be equal as strings      ${json['status']}       error
 
 get names /
+    [Tags]  get_names
     ${resp} =   openbmc get request     /enumerate
     should be equal as strings      ${resp.status_code}     ${HTTP_OK}
     ${json} =   to json         ${resp.content}
@@ -210,6 +211,7 @@
     should be equal as strings      ${json['status']}       ok
 
 get names /org/
+    [Tags]  get_names_org
     ${resp} =   openbmc get request     /org/enumerate
     should be equal as strings      ${resp.status_code}     ${HTTP_OK}
     ${json} =   to json         ${resp.content}