Skip to content

Commit 86672a7

Browse files
committed
skip flaky suite (#70762)
1 parent e429670 commit 86672a7

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
@@ -63,7 +63,8 @@ afterAll(async () => {
6363
await del(TMP_DIR);
6464
});
6565

66-
it('builds expected bundles, saves bundle counts to metadata', async () => {
66+
// FLAKY: https://github.com/elastic/kibana/issues/70762
67+
it.skip('builds expected bundles, saves bundle counts to metadata', async () => {
6768
const config = OptimizerConfig.create({
6869
repoRoot: MOCK_REPO_DIR,
6970
pluginScanDirs: [Path.resolve(MOCK_REPO_DIR, 'plugins')],

0 commit comments

Comments
 (0)