diff --git a/packages/kbn-plugin-helpers/src/integration_tests/build.test.ts b/packages/kbn-plugin-helpers/src/integration_tests/build.test.ts index 65cbdaf88034c..fb556a8eac4a1 100644 --- a/packages/kbn-plugin-helpers/src/integration_tests/build.test.ts +++ b/packages/kbn-plugin-helpers/src/integration_tests/build.test.ts @@ -34,7 +34,8 @@ beforeEach(async () => { afterEach(async () => await del([PLUGIN_DIR, TMP_DIR])); -it('builds a generated plugin into a viable archive', async () => { +// https://github.com/elastic/kibana/issues/89079 +it.skip('builds a generated plugin into a viable archive', async () => { const generateProc = await execa( process.execPath, ['scripts/generate_plugin', '-y', '--name', 'fooTestPlugin'],