skip flaky suite (#70764)

This commit is contained in:
Tiago Costa 2020-07-06 00:55:02 +01:00
parent 86672a7b07
commit c96d9b4ba3
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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')],