mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#163253)
This commit is contained in:
parent
ade658c82f
commit
960b1a1fbe
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,8 @@ const RELOCATE_TYPES: Record<string, string> = {
|
|||
|
||||
export const logFilePath = Path.join(__dirname, 'split_failed_to_clone.test.log');
|
||||
|
||||
describe('when splitting .kibana into multiple indices and one clone fails', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/163253
|
||||
describe.skip('when splitting .kibana into multiple indices and one clone fails', () => {
|
||||
let esServer: TestElasticsearchUtils['es'];
|
||||
let typeRegistry: ISavedObjectTypeRegistry;
|
||||
let migratorTestKitFactory: () => Promise<KibanaMigratorTestKit>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue