Skip to content

Commit

Permalink
[ML] AIOps Enabling pattern analysis in discover tests (elastic#183078)
Browse files Browse the repository at this point in the history
These tests were fixed in elastic#175964
I forgot to remove the `skip`
  • Loading branch information
jgowdyelastic authored May 10, 2024
1 parent 240b541 commit 811e6e1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
});
}

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

afterEach(async () => {
Expand Down

0 comments on commit 811e6e1

Please sign in to comment.