Skip to content

Commit

Permalink
Uses default distribution for rewriting ids integration test (#101813)
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaHeiligers authored Jun 10, 2021
1 parent 1fe7840 commit 412fe40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function createRoot() {
}

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

Expand All @@ -114,7 +114,7 @@ describe.skip('migration v2', () => {
adjustTimeout: (t: number) => jest.setTimeout(t),
settings: {
es: {
license: 'trial',
license: 'basic',
// original SO:
// [
// { id: 'foo:1', type: 'foo', foo: { name: 'Foo 1 default' } },
Expand All @@ -133,7 +133,7 @@ describe.skip('migration v2', () => {
// namespace: 'spacex',
// },
// ];
dataArchive: Path.join(__dirname, 'archives', '7.13.0_so_with_multiple_namespaces.zip'),
dataArchive: Path.join(__dirname, 'archives', '7.13.2_so_with_multiple_namespaces.zip'),
},
},
});
Expand Down

0 comments on commit 412fe40

Please sign in to comment.