Skip to content

Commit

Permalink
skip flaky suite (#113697)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersmalley committed Oct 13, 2021
1 parent 06be96c commit e7ce061
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit e7ce061

Please sign in to comment.