mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#133470)
This commit is contained in:
parent
348d59c92d
commit
2f7437e4da
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ import {
|
|||
|
||||
const logFilePath = Path.join(__dirname, 'logs.log');
|
||||
|
||||
describe('Fleet preconfiguration reset', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/133470
|
||||
describe.skip('Fleet preconfiguration reset', () => {
|
||||
let esServer: kbnTestServer.TestElasticsearchUtils;
|
||||
let kbnServer: kbnTestServer.TestKibanaUtils;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue