diff --git a/.drone.env b/.drone.env index 4b9dd0db7..490dbc3d8 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=7ee2d90c8a78d115347d0a98c4015e736b6395a7 +WEB_COMMITID=6f86dd23d9b1f6907ab02d3aa40099ca05cc43e8 WEB_BRANCH=master diff --git a/services/web/pkg/config/defaults/defaultconfig.go b/services/web/pkg/config/defaults/defaultconfig.go index 71f12720e..7bf64287e 100644 --- a/services/web/pkg/config/defaults/defaultconfig.go +++ b/services/web/pkg/config/defaults/defaultconfig.go @@ -98,7 +98,7 @@ func DefaultConfig() *config.Config { ResponseType: "code", Scope: "openid profile email", }, - Apps: []string{"files", "search", "text-editor", "pdf-viewer", "external", "admin-settings", "epub-reader", "draw-io"}, + Apps: []string{"files", "search", "text-editor", "pdf-viewer", "external", "admin-settings", "epub-reader"}, ExternalApps: []config.ExternalApp{ { ID: "preview", diff --git a/tests/config/drone/ocis-config.json b/tests/config/drone/ocis-config.json index 2f592d246..7749116ff 100644 --- a/tests/config/drone/ocis-config.json +++ b/tests/config/drone/ocis-config.json @@ -11,7 +11,6 @@ }, "options": { "topCenterNotifications": true, - "disablePreviews": true, "displayResourcesLazy": false, "sidebar": { "shares": { @@ -21,7 +20,6 @@ }, "apps": [ "files", - "draw-io", "text-editor", "preview", "pdf-viewer",