mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[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:
parent
49498399f8
commit
142fec7542
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue