skip flaky suite (#113697)

This commit is contained in:
Tyler Smalley 2021-10-12 21:45:58 -07:00
parent 06be96cfb3
commit e7ce0616b6

View file

@ -55,7 +55,8 @@ const { startES } = kbnTestServer.createTestServers({
});
let esServer: kbnTestServer.TestElasticsearchUtils;
describe('migration actions', () => {
// Failing: See https://github.com/elastic/kibana/issues/113697
describe.skip('migration actions', () => {
let client: ElasticsearchClient;
beforeAll(async () => {