Skip to content

Commit

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

0 comments on commit 86672a7

Please sign in to comment.