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` (#202655)

## Summary

See details: #202641
  • Loading branch information
wayneseymour authored Dec 3, 2024
1 parent 9df7373 commit 1556eb1
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 1556eb1

Please sign in to comment.