From b0add0c45621a5c25ae5cea8ac7755f18379a335 Mon Sep 17 00:00:00 2001 From: Julia Bardi Date: Wed, 18 Oct 2023 11:21:33 +0200 Subject: [PATCH] revert serverless disable task, skip failing test --- .../test_suites/observability/cases/attachment_framework.ts | 3 ++- x-pack/test_serverless/shared/config.base.ts | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/x-pack/test_serverless/functional/test_suites/observability/cases/attachment_framework.ts b/x-pack/test_serverless/functional/test_suites/observability/cases/attachment_framework.ts index cafe2d867241d..cd0647a1a35d7 100644 --- a/x-pack/test_serverless/functional/test_suites/observability/cases/attachment_framework.ts +++ b/x-pack/test_serverless/functional/test_suites/observability/cases/attachment_framework.ts @@ -20,7 +20,8 @@ export default ({ getPageObject, getService }: FtrProviderContext) => { const cases = getService('cases'); const find = getService('find'); - describe('Cases persistable attachments', function () { + // failing test https://github.com/elastic/kibana/issues/166592 + describe.skip('Cases persistable attachments', function () { // security_exception: action [indices:data/write/delete/byquery] is unauthorized for user [elastic] with effective roles [superuser] on restricted indices [.kibana_alerting_cases], this action is granted by the index privileges [delete,write,all] this.tags(['failsOnMKI']); describe('lens visualization', () => { diff --git a/x-pack/test_serverless/shared/config.base.ts b/x-pack/test_serverless/shared/config.base.ts index 215c714fedd54..5ea4a5eddf14f 100644 --- a/x-pack/test_serverless/shared/config.base.ts +++ b/x-pack/test_serverless/shared/config.base.ts @@ -137,8 +137,6 @@ export default async () => { })}`, '--xpack.encryptedSavedObjects.encryptionKey="wuGNaIhoMpk5sO4UBxgr3NyW1sFcLgIf"', `--server.publicBaseUrl=${servers.kibana.protocol}://${servers.kibana.hostname}:${servers.kibana.port}`, - // disable fleet task that writes to metrics.fleet_server.* data streams, impacting functional tests - `--xpack.task_manager.unsafe.exclude_task_types=${JSON.stringify(['Fleet-Metrics-Task'])}`, ], },