mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#70762)
This commit is contained in:
parent
e429670c35
commit
86672a7b07
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ afterAll(async () => {
|
|||
await del(TMP_DIR);
|
||||
});
|
||||
|
||||
it('builds expected bundles, saves bundle counts to metadata', async () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/70762
|
||||
it.skip('builds expected bundles, saves bundle counts to metadata', 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