From be7f34ebbb99cfa2b09c11250aa06e2600433667 Mon Sep 17 00:00:00 2001 From: "Quynh Nguyen (Quinn)" <43350163+qn895@users.noreply.github.com> Date: Wed, 4 Oct 2023 09:17:12 -0500 Subject: [PATCH] [ML] Unskip Transform continuous creation test (#167829) --- .../creation/index_pattern/continuous_transform.ts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/x-pack/test/functional/apps/transform/creation/index_pattern/continuous_transform.ts b/x-pack/test/functional/apps/transform/creation/index_pattern/continuous_transform.ts index 4364e386b8637..e56d06e15a625 100644 --- a/x-pack/test/functional/apps/transform/creation/index_pattern/continuous_transform.ts +++ b/x-pack/test/functional/apps/transform/creation/index_pattern/continuous_transform.ts @@ -25,9 +25,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { const security = getService('security'); const pageObjects = getPageObjects(['discover']); - // Failing: See https://github.com/elastic/kibana/issues/165146 - // Failing: See https://github.com/elastic/kibana/issues/165144 - describe.skip('creation_continuous_transform', function () { + describe('creation_continuous_transform', function () { before(async () => { // installing the sample data with test user with super user role and then switching roles with limited privileges await security.testUser.setRoles(['superuser'], { skipBrowserRefresh: true }); @@ -516,9 +514,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { await transform.wizard.assertCopyToClipboardButtonEnabled(true); }); - // FLAKY: https://github.com/elastic/kibana/issues/158612 - // FLAKY: https://github.com/elastic/kibana/issues/158613 - it.skip('runs the transform and displays it correctly in the job list', async () => { + it('runs the transform and displays it correctly in the job list', async () => { await transform.testExecution.logTestStep('creates the transform'); await transform.wizard.createTransform();