Skip to content

Commit

Permalink
skip known-to-fail tests
Browse files Browse the repository at this point in the history
  • Loading branch information
individual-it committed Dec 12, 2018
1 parent 2a09965 commit 838713c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/acceptance/features/webUIWebdavLocks/locks.feature
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Feature: Locks
And file "data.zip" should be marked as locked by user "brand-new-user" in the locks tab of the details panel on the webUI
But file "data.tar.gz" should not be marked as locked on the webUI

@skip @issue-33867
Scenario: setting a lock shows the lock symbols at the correct files/folders on the shared-with-others page
Given these users have been created:
|username |
Expand All @@ -97,6 +98,7 @@ Feature: Locks
And file "data.zip" should be marked as locked by user "brand-new-user" in the locks tab of the details panel on the webUI
But file "data.tar.gz" should not be marked as locked on the webUI

@skip @issue-33867
Scenario: setting a lock shows the lock symbols at the correct files/folders on the shared-by-link page
Given the user "brand-new-user" has locked folder "simple-folder" setting following properties
| lockscope | shared |
Expand All @@ -118,6 +120,7 @@ Feature: Locks
And file "data.zip" should be marked as locked by user "brand-new-user" in the locks tab of the details panel on the webUI
But file "data.tar.gz" should not be marked as locked on the webUI

@skip @issue-33867
Scenario: setting a lock shows the lock symbols at the correct files/folders on the shared-with-you page
Given these users have been created:
|username |
Expand Down Expand Up @@ -690,6 +693,7 @@ Feature: Locks
| exclusive |
| shared |

@skip @issue-33847
Scenario Outline: unsharing a locked file/folder
Given these users have been created:
|username |
Expand Down

0 comments on commit 838713c

Please sign in to comment.