From 8d9f618a60e3df173a0e7b97c07defb9ca43f187 Mon Sep 17 00:00:00 2001 From: Swikriti Tripathi Date: Wed, 18 Aug 2021 12:30:29 +0545 Subject: [PATCH] Add notToImplementOnOCIS tag in ocsGETAuth.feature:243 --- tests/acceptance/features/apiAuthOcs/ocsGETAuth.feature | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/acceptance/features/apiAuthOcs/ocsGETAuth.feature b/tests/acceptance/features/apiAuthOcs/ocsGETAuth.feature index 338e632df7a6..6054b1dd60ed 100644 --- a/tests/acceptance/features/apiAuthOcs/ocsGETAuth.feature +++ b/tests/acceptance/features/apiAuthOcs/ocsGETAuth.feature @@ -239,7 +239,7 @@ Feature: auth Then the HTTP status code of responses on all endpoints should be "401" And the OCS status code of responses on all endpoints should be "997" - @issue-ocis-reva-30 @issue-ocis-reva-60 + @notToImplementOnOCIS Scenario: using OCS with an app password of a normal user Given a new browser session for "Alice" has been started And the user has generated a new app password named "my-client" @@ -253,7 +253,6 @@ Feature: auth | /ocs/v1.php/privatedata/getattribute | Then the HTTP status code of responses on all endpoints should be "200" And the OCS status code of responses on all endpoints should be "100" - When the user requests these endpoints with "GET" using the generated app password | endpoint | | /ocs/v2.php/apps/files_external/api/v1/mounts |