Use expected-failures.txt in core acceptance tests
This commit is contained in:
+3
-2
@@ -92,7 +92,7 @@ def apiTests(ctx, coreBranch = 'master', coreCommit = ''):
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'name': 'acceptance-tests',
|
'name': 'core-acceptance-tests',
|
||||||
'image': 'owncloudci/php:7.2',
|
'image': 'owncloudci/php:7.2',
|
||||||
'pull': 'always',
|
'pull': 'always',
|
||||||
'environment' : {
|
'environment' : {
|
||||||
@@ -102,7 +102,8 @@ def apiTests(ctx, coreBranch = 'master', coreCommit = ''):
|
|||||||
'TEST_EXTERNAL_USER_BACKENDS':'true',
|
'TEST_EXTERNAL_USER_BACKENDS':'true',
|
||||||
'TEST_OCIS':'true',
|
'TEST_OCIS':'true',
|
||||||
'OCIS_REVA_DATA_ROOT': '/srv/app/tmp/reva/',
|
'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': [
|
'commands': [
|
||||||
'git clone -b master --depth=1 https://github.com/owncloud/testing.git /srv/app/tmp/testing',
|
'git clone -b master --depth=1 https://github.com/owncloud/testing.git /srv/app/tmp/testing',
|
||||||
|
|||||||
@@ -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