[so-migrations] Integration test fixes: Use default distribution for cleanup fixture creation (#101698) (#101897)

Co-authored-by: Christiane (Tina) Heiligers <christiane.heiligers@elastic.co>
This commit is contained in:
Kibana Machine 2021-06-10 11:52:41 -04:00 committed by GitHub
parent 1826554a8b
commit 50a75c5522
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -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;
@ -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',