Skip to content

Commit b12d5a0

Browse files
committed
skip failing test suite (elastic#258151)
1 parent ff78918 commit b12d5a0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/query_streams/create_query_stream.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ import {
1818

1919
const STREAM_NAMES_CREATED_BY_SPEC = ['logs.ecs.host-1', 'test-query-stream'];
2020

21-
test.describe('Query streams - Create query stream', { tag: tags.stateful.classic }, () => {
21+
// Failing: See https://github.com/elastic/kibana/issues/258151
22+
test.describe.skip('Query streams - Create query stream', { tag: tags.stateful.classic }, () => {
2223
test.beforeEach(async ({ browserAuth, kbnClient, pageObjects, esClient }) => {
2324
await browserAuth.loginAsAdmin();
2425
await enableQueryStreams(kbnClient);

0 commit comments

Comments
 (0)