From bb38528ac31076872be451bf4152344d1aa382ec Mon Sep 17 00:00:00 2001 From: Robert Stelmach Date: Mon, 20 Apr 2026 17:05:33 +0200 Subject: [PATCH] unskip --- .../tests/data_management/data_processing/create_steps.spec.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_processing/create_steps.spec.ts b/x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_processing/create_steps.spec.ts index dc642fdd5a2a6..cd6709ee9a5a4 100644 --- a/x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_processing/create_steps.spec.ts +++ b/x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_processing/create_steps.spec.ts @@ -13,10 +13,9 @@ import { generateLogsData } from '../../../fixtures/generators'; // Note: Processor creation, conditional steps, and nested steps API correctness is covered by // API tests in x-pack/platform/plugins/shared/streams/test/scout/api/tests/processing_persistence.spec.ts // These UI tests focus on the user experience: validation, button states, cancel flows, and duplication -// TODO: consistently fails on MKI - needs investigation: https://github.com/elastic/kibana/issues/258589 test.describe( 'Stream data processing - creating steps', - { tag: [...tags.stateful.classic, '@local-serverless-observability_complete'] }, + { tag: [...tags.stateful.classic, ...tags.serverless.observability.complete] }, () => { test.beforeAll(async ({ logsSynthtraceEsClient }) => { await generateLogsData(logsSynthtraceEsClient)({ index: 'logs-generic-default' });