From 9c92de0fa493ff004e2fc4f3ae7a4147e37d3716 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Thu, 23 Jul 2020 14:35:52 +0545 Subject: [PATCH] Add tests/acceptance/expected-failures.txt --- .drone.star | 5 +++-- tests/acceptance/expected-failures.txt | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 tests/acceptance/expected-failures.txt diff --git a/.drone.star b/.drone.star index 27536aa..766da04 100644 --- a/.drone.star +++ b/.drone.star @@ -1,7 +1,7 @@ def main(ctx): before = [ testing(ctx), - apiTests(ctx, 'master', '9db442250583d3b71e633cf77fbcf643ed67e994'), + apiTests(ctx, 'adjust-skip-tags-expected-failures', ''), ] stages = [ @@ -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 0000000..9ebb8e0 --- /dev/null +++ b/tests/acceptance/expected-failures.txt @@ -0,0 +1,2 @@ +# put the suite, feature and line number details of expected failures here +apiComments/comments.feature:999