Skip to content

Commit

Permalink
adjust changes in expected failures (cs3org#1869)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasson99 authored and tmourati committed Jul 12, 2021
1 parent 74d156e commit a85edaf
Show file tree
Hide file tree
Showing 5 changed files with 98 additions and 435 deletions.
2 changes: 1 addition & 1 deletion .drone.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# The test runner source for API tests
CORE_COMMITID=1c59ed8d17317b04b9f525a74696b5fd756525ae
CORE_COMMITID=ab94324f8007effb3f18ffd35e43264d5c93d97a
CORE_BRANCH=master
3 changes: 3 additions & 0 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,7 @@ def localIntegrationTestsOwncloud():
"TEST_REVA": "true",
"BEHAT_FILTER_TAGS": "~@skipOnOcis-OC-Storage",
"PATH_TO_CORE": "/drone/src/tmp/testrunner",
"UPLOAD_DELETE_WAIT_TIME": "1",
}
}
],
Expand Down Expand Up @@ -813,6 +814,7 @@ def owncloudIntegrationTests(parallelRuns, skipExceptParts = []):
"DIVIDE_INTO_NUM_PARTS": parallelRuns,
"RUN_PART": runPart,
"EXPECTED_FAILURES_FILE": "/drone/src/tests/acceptance/expected-failures-on-OWNCLOUD-storage.md",
"UPLOAD_DELETE_WAIT_TIME": "1",
},
},
],
Expand Down Expand Up @@ -887,6 +889,7 @@ def s3ngIntegrationTests(parallelRuns, skipExceptParts = []):
"DIVIDE_INTO_NUM_PARTS": parallelRuns,
"RUN_PART": runPart,
"EXPECTED_FAILURES_FILE": "/drone/src/tests/acceptance/expected-failures-on-S3NG-storage.md",

},
},
],
Expand Down
Loading

0 comments on commit a85edaf

Please sign in to comment.