Skip to content

Commit c96d9b4

Browse files
committed
skip flaky suite (#70764)
1 parent 86672a7 commit c96d9b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/kbn-optimizer/src/integration_tests/basic_optimization.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ it.skip('builds expected bundles, saves bundle counts to metadata', async () =>
168168
`);
169169
});
170170

171-
it('uses cache on second run and exist cleanly', async () => {
171+
// FLAKY: https://github.com/elastic/kibana/issues/70764
172+
it.skip('uses cache on second run and exist cleanly', async () => {
172173
const config = OptimizerConfig.create({
173174
repoRoot: MOCK_REPO_DIR,
174175
pluginScanDirs: [Path.resolve(MOCK_REPO_DIR, 'plugins')],

0 commit comments

Comments
 (0)