diff --git a/.drone.star b/.drone.star index c938848c76..ebb9bdce24 100644 --- a/.drone.star +++ b/.drone.star @@ -109,15 +109,7 @@ def main(ctx): checkGoGenerate(), coverage(), buildOnly(), - testIntegration(), - litmusOcisOldWebdav(), - litmusOcisNewWebdav(), - litmusOcisSpacesDav(), - cs3ApiValidatorOcis(), - cs3ApiValidatorS3NG(), - # virtual views don't work on edge at the moment - #virtualViews(), - ] + ocisIntegrationTests(6) + s3ngIntegrationTests(12) + posixfsIntegrationTests(6) + ] + posixfsIntegrationTests(12) def coverage(): return { @@ -772,6 +764,7 @@ def posixfsIntegrationTests(parallelRuns, skipExceptParts = []): "DIVIDE_INTO_NUM_PARTS": parallelRuns, "RUN_PART": runPart, "EXPECTED_FAILURES_FILE": "/drone/src/tests/acceptance/expected-failures-on-POSIX-storage.md", + "BEHAT_FEATURE": 'tests/acceptance/features/coreApiWebdavDelete/deleteFile.feature', "ACCEPTANCE_TEST_TYPE": "core-api", }, }, @@ -780,7 +773,6 @@ def posixfsIntegrationTests(parallelRuns, skipExceptParts = []): redisService(), ldapService(), ], - "depends_on": ["unit-test-coverage"], }, )