Skip ocis specific tests in reva
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
@api @provisioning_api-app-required @skipOnLDAP @skipOnGraph
|
@api @provisioning_api-app-required @skipOnLDAP @skipOnGraph @skipOnReva
|
||||||
Feature: add user
|
Feature: add user
|
||||||
As an admin
|
As an admin
|
||||||
I want to be able to add users and store their password with the full hash difficulty
|
I want to be able to add users and store their password with the full hash difficulty
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
@api @files_sharing-app-required
|
@api @files_sharing-app-required @skipOnReva
|
||||||
Feature: sharing
|
Feature: sharing
|
||||||
As a user
|
As a user
|
||||||
I want to be able to share files when passwords are stored with the full hash difficulty
|
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
|
Feature: upload file
|
||||||
As a user
|
As a user
|
||||||
I want to be able to upload files when passwords are stored with the full hash difficulty
|
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
|
Feature: attempt to PUT files with invalid password
|
||||||
As an admin
|
As an admin
|
||||||
I want to the system to be secure when passwords are stored with the full hash difficulty
|
I want to the system to be secure when passwords are stored with the full hash difficulty
|
||||||
|
|||||||
Reference in New Issue
Block a user