skip flaky suite

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2021-09-18 21:21:39 -07:00
parent 584d509ef6
commit 2fd91a4f07

View file

@ -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'],