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 cd6709ee9a5a4..dc642fdd5a2a6 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,9 +13,10 @@ 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, ...tags.serverless.observability.complete] }, + { tag: [...tags.stateful.classic, '@local-serverless-observability_complete'] }, () => { test.beforeAll(async ({ logsSynthtraceEsClient }) => { await generateLogsData(logsSynthtraceEsClient)({ index: 'logs-generic-default' });