diff --git a/.drone.star b/.drone.star index b909792c59..6dec8236dd 100644 --- a/.drone.star +++ b/.drone.star @@ -142,7 +142,7 @@ def testPipelines(ctx): pipelines.append(coreApiTests(ctx, config['apiTests']['coreBranch'], config['apiTests']['coreCommit'], runPart, config['apiTests']['numberOfParts'], 'ocis')) pipelines += uiTests(ctx, config['uiTests']['phoenixBranch'], config['uiTests']['phoenixCommit']) - pipelines.append(accountsUITests(ctx, config['uiTests']['phoenixBranch'], config['uiTests']['phoenixCommit'], 'ocis')) + pipelines.append(accountsUITests(ctx, config['uiTests']['phoenixBranch'], config['uiTests']['phoenixCommit'], 'owncloud')) return pipelines def testing(ctx, module): diff --git a/accounts/ui/tests/config/drone/ocis-config.json b/accounts/ui/tests/config/drone/ocis-config.json index 7272483fb1..b68b4a0872 100644 --- a/accounts/ui/tests/config/drone/ocis-config.json +++ b/accounts/ui/tests/config/drone/ocis-config.json @@ -12,7 +12,6 @@ "apps": [ "files", "draw-io", - "pdf-viewer", "markdown-editor", "media-viewer" ],