mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
584d509ef6
commit
2fd91a4f07
1 changed files with 2 additions and 1 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue