mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-06-22 06:49:18 -04:00
Use expected-failures.txt in core acceptance tests
This commit is contained in:
@@ -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',
|
||||
|
||||
1
tests/acceptance/expected-failures.txt
Normal file
1
tests/acceptance/expected-failures.txt
Normal file
@@ -0,0 +1 @@
|
||||
# this file contains the scenarios from ownCloud10 core API tests that are currently expected to fail
|
||||
Reference in New Issue
Block a user