Use expected-failures.txt in core acceptance tests

This commit is contained in:
Phil Davis
2020-07-27 17:00:47 +05:45
parent 421baee553
commit 6a4daa7b83
2 changed files with 4 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ def apiTests(ctx, coreBranch = 'master', coreCommit = ''):
]
},
{
'name': 'acceptance-tests',
'name': 'core-acceptance-tests',
'image': 'owncloudci/php:7.2',
'pull': 'always',
'environment' : {
@@ -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',

View File

@@ -0,0 +1 @@
# this file contains the scenarios from ownCloud10 core API tests that are currently expected to fail