mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#166190)
This commit is contained in:
parent
9956c9a116
commit
c25d3706f3
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ const { startES } = createTestServers({
|
|||
});
|
||||
let esServer: TestElasticsearchUtils;
|
||||
|
||||
describe('migration actions', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/166190
|
||||
describe.skip('migration actions', () => {
|
||||
let client: ElasticsearchClient;
|
||||
let esCapabilities: ReturnType<typeof elasticsearchServiceMock.createCapabilities>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue