Skip to content

Commit

Permalink
[SKIP ON MKI] `x-pack/test_serverless/functional/test_suites/observab…
Browse files Browse the repository at this point in the history
…ility/dataset_quality/degraded_field_flyout.ts` (elastic#202655)

## Summary

See details: elastic#202641
  • Loading branch information
wayneseymour authored and hop-dev committed Dec 5, 2024
1 parent 9663b92 commit 06b735f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const apmAppDatasetName = 'apm.app.tug';
const apmAppDataStreamName = `${type}-${apmAppDatasetName}-${defaultNamespace}`;

describe('Degraded fields flyout', () => {
describe('Degraded fields flyout', function () {
// see details: https://github.com/elastic/kibana/issues/202641
this.tags(['failsOnMKI']);
describe('degraded field flyout open-close', () => {
before(async () => {
await synthtrace.index([
Expand Down

0 comments on commit 06b735f

Please sign in to comment.