@@ -337,7 +337,7 @@ config = {
337337 },
338338 },
339339 "coreApiTests" : {
340- "numberOfParts" : 7 ,
340+ "numberOfParts" : 1 ,
341341 "skip" : False ,
342342 "skipExceptParts" : [],
343343 "storages" : ["posix" ],
@@ -518,8 +518,6 @@ def main(ctx):
518518 getGoBinForTesting (ctx ) + \
519519 pipelinesDependsOn (buildOpencloudBinaryForTesting (ctx ), savePipelineNumber (ctx )) + \
520520 checkStarlark (ctx ) + \
521- build_release_helpers + \
522- testOpencloudAndUploadResults (ctx ) + \
523521 testPipelines (ctx )
524522
525523 build_release_pipelines = \
@@ -664,10 +662,10 @@ def testPipelines(ctx):
664662 pipelines += wopiValidatorTests (ctx , storage , "builtin" )
665663 pipelines += wopiValidatorTests (ctx , storage , "cs3" )
666664
667- pipelines += localApiTestPipeline (ctx )
665+ # pipelines += localApiTestPipeline(ctx)
668666 pipelines += coreApiTestPipeline (ctx )
669- pipelines += e2eTestPipeline (ctx )
670- pipelines += multiServiceE2ePipeline (ctx )
667+ # pipelines += e2eTestPipeline(ctx)
668+ # pipelines += multiServiceE2ePipeline(ctx)
671669
672670 if ("skip" not in config ["k6LoadTests" ] or not config ["k6LoadTests" ]["skip" ]) and ("k6-test" in ctx .build .title .lower () or ctx .build .event == "cron" ):
673671 pipelines += pipelineDependsOn (k6LoadTests (ctx ), savePipelineNumber (ctx ))
@@ -1439,6 +1437,7 @@ def coreApiTest(part_number = 1, number_of_parts = 1, with_remote_php = False, s
14391437 "SEND_SCENARIO_LINE_REFERENCES" : True ,
14401438 "STORAGE_DRIVER" : storage ,
14411439 "BEHAT_FILTER_TAGS" : filter_tags ,
1440+ "BEHAT_FEATULRE" : "tests/acceptance/features/coreApiShareManagementToShares/moveShareInsideAnotherShare.feature" ,
14421441 "DIVIDE_INTO_NUM_PARTS" : number_of_parts ,
14431442 "RUN_PART" : part_number ,
14441443 "ACCEPTANCE_TEST_TYPE" : "core-api" ,
0 commit comments