mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#172770)
This commit is contained in:
parent
ee722771ee
commit
2970f75d73
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
});
|
||||
}
|
||||
|
||||
describe('log pattern analysis', async function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/172770
|
||||
describe.skip('log pattern analysis', async function () {
|
||||
let tabsCount = 1;
|
||||
|
||||
afterEach(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue