Skip to content

Commit

Permalink
[so-migrations] Integration test fixes: Use default distribution for …
Browse files Browse the repository at this point in the history
…cleanup fixture creation (#101698) (#101897)

Co-authored-by: Christiane (Tina) Heiligers <christiane.heiligers@elastic.co>
  • Loading branch information
kibanamachine and TinaHeiligers committed Jun 10, 2021
1 parent 1826554 commit 50a75c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Binary file not shown.
Expand Up @@ -53,8 +53,7 @@ function createRoot() {
);
}

// FAILING: https://github.com/elastic/kibana/issues/98352
describe.skip('migration v2', () => {
describe('migration v2', () => {
let esServer: kbnTestServer.TestElasticsearchUtils;
let root: Root;

Expand All @@ -78,7 +77,7 @@ describe.skip('migration v2', () => {
adjustTimeout: (t: number) => jest.setTimeout(t),
settings: {
es: {
license: 'trial',
license: 'basic',
// original SO:
// {
// _index: '.kibana_7.13.0_001',
Expand Down

0 comments on commit 50a75c5

Please sign in to comment.