Skip to content

Commit

Permalink
skip flaky suite (elastic#172739)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and CoenWarmer committed Feb 15, 2024
1 parent 0656a28 commit 04a6047
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/aiops/log_pattern_analysis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
});
}

describe('log pattern analysis', async function () {
// FLAKY: https://github.com/elastic/kibana/issues/172739
describe.skip('log pattern analysis', async function () {
let tabsCount = 1;

afterEach(async () => {
Expand Down

0 comments on commit 04a6047

Please sign in to comment.