Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
Add tests/acceptance/expected-failures.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Jul 23, 2020
1 parent e4ff8f6 commit 9c92de0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .drone.star
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
def main(ctx):
before = [
testing(ctx),
apiTests(ctx, 'master', '9db442250583d3b71e633cf77fbcf643ed67e994'),
apiTests(ctx, 'adjust-skip-tags-expected-failures', ''),
]

stages = [
Expand Down Expand Up @@ -102,7 +102,8 @@ def apiTests(ctx, coreBranch = 'master', coreCommit = ''):
'TEST_EXTERNAL_USER_BACKENDS':'true',
'TEST_OCIS':'true',
'OCIS_REVA_DATA_ROOT': '/srv/app/tmp/reva/',
'SKELETON_DIR': '/srv/app/tmp/testing/data/apiSkeleton'
'SKELETON_DIR': '/srv/app/tmp/testing/data/apiSkeleton',
'EXPECTED_FAILURES_FILE': '/drone/src/tests/acceptance/expected-failures.txt'
},
'commands': [
'git clone -b master --depth=1 https://github.com/owncloud/testing.git /srv/app/tmp/testing',
Expand Down
2 changes: 2 additions & 0 deletions tests/acceptance/expected-failures.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# put the suite, feature and line number details of expected failures here
apiComments/comments.feature:999

0 comments on commit 9c92de0

Please sign in to comment.