diff --git a/.drone.star b/.drone.star index 3a5e29cb61..2b4f1dd620 100644 --- a/.drone.star +++ b/.drone.star @@ -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', diff --git a/tests/acceptance/expected-failures.txt b/tests/acceptance/expected-failures.txt new file mode 100644 index 0000000000..2fc4ebdf82 --- /dev/null +++ b/tests/acceptance/expected-failures.txt @@ -0,0 +1 @@ +# this file contains the scenarios from ownCloud10 core API tests that are currently expected to fail