Skip to content

Commit cfee875

Browse files
committed
Update data archives for SO integration tests (#204561)
## Summary Bumping the data archives to 8.last (8.18 at the moment) so that ES 9.0 finds it compatible. Resolves #158318. Resolves #163254. Resolves #163255. Resolves #166190. Resolves #166199. Resolves #167676. (cherry picked from commit 523372f)
1 parent 64de070 commit cfee875

4 files changed

Lines changed: 3 additions & 5 deletions

File tree

Binary file not shown.
Binary file not shown.

src/core/server/integration_tests/saved_objects/migrations/group3/actions/actions_test_suite.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -770,10 +770,9 @@ export const runActionTestSuite = ({
770770
});
771771
});
772772

773-
// Reindex doesn't return any errors on it's own, so we have to test
773+
// Reindex doesn't return any errors on its own, so we have to test
774774
// together with waitForReindexTask
775-
// Failing: See https://github.com/elastic/kibana/issues/166190
776-
describe.skip('reindex & waitForReindexTask', () => {
775+
describe('reindex & waitForReindexTask', () => {
777776
it('resolves right when reindex succeeds without reindex script', async () => {
778777
const res = (await reindex({
779778
client,
@@ -1444,8 +1443,7 @@ export const runActionTestSuite = ({
14441443
});
14451444
});
14461445

1447-
// FLAKY: https://github.com/elastic/kibana/issues/166199
1448-
describe.skip('waitForPickupUpdatedMappingsTask', () => {
1446+
describe('waitForPickupUpdatedMappingsTask', () => {
14491447
it('rejects if there are failures', async () => {
14501448
const res = (await pickupUpdatedMappings(
14511449
client,

0 commit comments

Comments
 (0)