skip flaky suite (#70762)

This commit is contained in:
Tiago Costa 2020-07-05 23:00:13 +01:00
parent e429670c35
commit 86672a7b07
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

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