Skip to content

Commit 2885edf

Browse files
committed
skip failing test suite (#261438)
1 parent 5ed988c commit 2885edf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/platform/plugins/shared/discover/test/scout/ui/parallel_tests/traces_experience/explore_from_apm.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ const APM_TIME_RANGE = {
5050
rangeTo: TRACES.DEFAULT_END_TIME,
5151
};
5252

53-
spaceTest.describe(
53+
// Failing: See https://github.com/elastic/kibana/issues/261438
54+
spaceTest.describe.skip(
5455
'Traces in Discover - Explore from APM',
5556
{
5657
tag: [...tags.stateful.all, ...tags.serverless.observability.complete],

0 commit comments

Comments
 (0)