From fe731f362240259a0a9ad703d2baacd4722c7964 Mon Sep 17 00:00:00 2001 From: Quynh Nguyen Date: Mon, 2 Oct 2023 15:19:38 -0500 Subject: [PATCH] Unskip test --- .../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();