Skip to content

Commit

Permalink
Merge pull request #4556 from owncloud/skip-tests-in-reva
Browse files Browse the repository at this point in the history
[tests-only][full-ci]Skip ocis specific tests in reva
  • Loading branch information
SwikritiT authored Sep 12, 2022
2 parents 20efb56 + e313831 commit 983fe01
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 983fe01

Please sign in to comment.