Use expected-failures.txt in core acceptance tests

This commit is contained in:
Phil Davis
2020-07-31 20:37:45 +05:45
parent 421baee553
commit 6a4daa7b83
2 changed files with 4 additions and 2 deletions
+3 -2
View File
@@ -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',
+1
View File
@@ -0,0 +1 @@
# this file contains the scenarios from ownCloud10 core API tests that are currently expected to fail