Removal of test case

changes:
    - REST Logging Interface Read Should Be A SUCCESS For Authorized Users

Change-Id: I83f9c3844ee0d60ddf69b200b0ebade276070df7
Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
diff --git a/redfish/service_root/test_sessions_management.robot b/redfish/service_root/test_sessions_management.robot
index 85d2d29..77fa201 100644
--- a/redfish/service_root/test_sessions_management.robot
+++ b/redfish/service_root/test_sessions_management.robot
@@ -166,20 +166,6 @@
 
     List Should Contain Value  ${sessions}  ${payload}
 
-
-REST Logging Interface Read Should Be A SUCCESS For Authorized Users
-    [Documentation]  REST logging interface read should be a success for authorized users.
-    [Tags]    REST_Logging_Interface_Read_Should_Be_A_SUCCESS_For_Authorized_Users
-
-    ${resp}=  Redfish.Get  /xyz/openbmc_project/logging
-
-    ${resp_output}=  evaluate  json.loads('''${resp.text}''')  json
-    ${log_count}=  Get Length  ${resp_output["data"]}
-
-    # Max 200 error logs are allowed in OpenBmc.
-    Run Keyword Unless   ${-1} < ${log_count} < ${201}  Fail
-
-
 *** Keywords ***
 
 Create Session And Verify Response Code