Skip to content

Commit

Permalink
Unskip migration test (#148534)
Browse files Browse the repository at this point in the history
Closes #148258
Closes #148263

Related: elastic/elasticsearch#92677

--- 

Did not test in the flaky test runner (looks like we cannot run Jest
integration tests there?), ran locally 5 times without failures.
  • Loading branch information
jloleysens authored Jan 9, 2023
1 parent f94c7ad commit c20fa4b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ async function createRoot({ logFileName }: CreateRootConfig) {
// suite is very long, the 10mins default can cause timeouts
jest.setTimeout(15 * 60 * 1000);

// FLAKY: https://github.com/elastic/kibana/issues/148263
describe.skip('migration v2', () => {
describe('migration v2', () => {
let esServer: TestElasticsearchUtils;
let rootA: Root;
let rootB: Root;
Expand Down

0 comments on commit c20fa4b

Please sign in to comment.