diff --git a/x-pack/test/functional/apps/transform/creation/index_pattern/creation_index_pattern.ts b/x-pack/test/functional/apps/transform/creation/index_pattern/creation_index_pattern.ts index 7832d6b8b372a..93e2fe767bdd6 100644 --- a/x-pack/test/functional/apps/transform/creation/index_pattern/creation_index_pattern.ts +++ b/x-pack/test/functional/apps/transform/creation/index_pattern/creation_index_pattern.ts @@ -22,9 +22,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { const transform = getService('transform'); const pageObjects = getPageObjects(['discover']); - // Failing: See https://github.com/elastic/kibana/issues/151889 - // Failing: See https://github.com/elastic/kibana/issues/151811 - describe.skip('creation_index_pattern', function () { + describe('creation_index_pattern', function () { before(async () => { await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/ecommerce'); await transform.testResources.createDataViewIfNeeded('ft_ecommerce', 'order_date'); @@ -225,7 +223,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { { chartAvailable: true, id: 'customer_full_name', - legend: 'top 20 of 3321 categories', + legend: 'top 20 of 3327 categories', colorStats: [ { color: '#000000', percentage: 25 }, { color: '#54B399', percentage: 75 }, @@ -529,9 +527,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { await transform.sourceSelection.selectSource(testData.source); }); - // FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/176697 - // FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/176698 - it.skip('navigates through the wizard and sets all needed fields', async () => { + it('navigates through the wizard and sets all needed fields', async () => { await transform.testExecution.logTestStep('displays the define step'); await transform.wizard.assertDefineStepActive();