Skip to content

Commit

Permalink
skip flaky suite (#70764)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 6, 2020
1 parent 4f1c49e commit 83e72d5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,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')],
Expand Down

0 comments on commit 83e72d5

Please sign in to comment.