Skip to content

Commit

Permalink
skip failing test suite (#203956)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Dec 23, 2024
1 parent 45f4748 commit 7f7dfb9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ export default function ({ getService, getPageObjects }: DatasetQualityFtrProvid
const apmAppDatasetName = 'apm.app.tug';
const apmAppDataStreamName = `${type}-${apmAppDatasetName}-${defaultNamespace}`;

describe('Degraded fields flyout', () => {
// Failing: See https://github.com/elastic/kibana/issues/203956
describe.skip('Degraded fields flyout', () => {
describe('degraded field flyout open-close', () => {
before(async () => {
await synthtrace.index([
Expand Down

0 comments on commit 7f7dfb9

Please sign in to comment.