mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[SKIP ON MKI] x-pack/test_serverless/functional/test_suites/observability/dataset_quality/degraded_field_flyout.ts
(#202655)
## Summary See details: https://github.com/elastic/kibana/issues/202641
This commit is contained in:
parent
9df7373846
commit
1556eb1fa0
1 changed files with 3 additions and 1 deletions
|
@ -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([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue