mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#157510)
This commit is contained in:
parent
003e698984
commit
41667399cf
1 changed files with 2 additions and 1 deletions
|
@ -400,7 +400,8 @@ describe('split .kibana index into multiple system indices', () => {
|
|||
});
|
||||
});
|
||||
|
||||
describe('when multiple Kibana migrators run in parallel', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/157510
|
||||
describe.skip('when multiple Kibana migrators run in parallel', () => {
|
||||
it('correctly migrates 7.7.2_xpack_100k_obj.zip archive', async () => {
|
||||
esServer = await startElasticsearch({
|
||||
dataArchive: Path.join(__dirname, '..', 'archives', '7.7.2_xpack_100k_obj.zip'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue