Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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' });
Expand Down
Loading