Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

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

0 comments on commit c96d9b4

Please sign in to comment.