mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#70764)
This commit is contained in:
parent
86672a7b07
commit
c96d9b4ba3
1 changed files with 2 additions and 1 deletions
|
@ -168,7 +168,8 @@ it.skip('builds expected bundles, saves bundle counts to metadata', async () =>
|
|||
`);
|
||||
});
|
||||
|
||||
it('uses cache on second run and exist cleanly', async () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/70764
|
||||
it.skip('uses cache on second run and exist cleanly', async () => {
|
||||
const config = OptimizerConfig.create({
|
||||
repoRoot: MOCK_REPO_DIR,
|
||||
pluginScanDirs: [Path.resolve(MOCK_REPO_DIR, 'plugins')],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue