Skip to content

Commit

Permalink
skip flaky suite (elastic#100445)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed May 22, 2021
1 parent b2297d8 commit f1aef4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/infra/metrics_anomalies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const pageObjects = getPageObjects(['common', 'infraHome']);
const infraSourceConfigurationForm = getService('infraSourceConfigurationForm');

describe('Metrics UI Anomaly Flyout', function () {
// Failing: See https://github.com/elastic/kibana/issues/100445
describe.skip('Metrics UI Anomaly Flyout', function () {
before(async () => {
await esArchiver.load('empty_kibana');
});
Expand Down

0 comments on commit f1aef4e

Please sign in to comment.