Skip ocis specific tests in reva

This commit is contained in:
Swikriti Tripathi
2022-09-12 09:51:03 +05:45
parent 20efb56526
commit e313831545
4 changed files with 4 additions and 4 deletions
@@ -1,4 +1,4 @@
@api @provisioning_api-app-required @skipOnLDAP @skipOnGraph
@api @provisioning_api-app-required @skipOnLDAP @skipOnGraph @skipOnReva
Feature: add user
As an admin
I want to be able to add users and store their password with the full hash difficulty
@@ -1,4 +1,4 @@
@api @files_sharing-app-required
@api @files_sharing-app-required @skipOnReva
Feature: sharing
As a user
I want to be able to share files when passwords are stored with the full hash difficulty
@@ -1,4 +1,4 @@
@api
@api @skipOnReva
Feature: upload file
As a user
I want to be able to upload files when passwords are stored with the full hash difficulty
@@ -1,4 +1,4 @@
@api
@api @skipOnReva
Feature: attempt to PUT files with invalid password
As an admin
I want to the system to be secure when passwords are stored with the full hash difficulty