[Index management] Fix flaky functional tests (#161243)

Fix https://github.com/elastic/kibana/issues/159403
Fix https://github.com/elastic/kibana/issues/159524

This PR unskips the flaky tests that were fixed in
https://github.com/elastic/kibana/pull/160128 but the `skip()` call was
mistakenly left out.

The flaky test runner passed all 100 runs:
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/2557
This commit is contained in:
Elena Stoeva 2023-07-05 17:11:49 +01:00 committed by GitHub
parent 49498399f8
commit 142fec7542
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,8 +102,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
});
});
// FLAKY: https://github.com/elastic/kibana/issues/159403
describe.skip('Mappings step', async () => {
describe('Mappings step', async () => {
beforeEach(async () => {
await pageObjects.common.navigateToApp('indexManagement');
// Navigate to the index templates tab