From d4ef142122e18a72b9f66908deb3f32458c0931d Mon Sep 17 00:00:00 2001 From: Anton Dosov Date: Thu, 24 Oct 2024 11:16:38 +0200 Subject: [PATCH] remove skip --- test/functional/apps/dashboard/group4/dashboard_listing.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/functional/apps/dashboard/group4/dashboard_listing.ts b/test/functional/apps/dashboard/group4/dashboard_listing.ts index f14a41af51119..6aad60226567d 100644 --- a/test/functional/apps/dashboard/group4/dashboard_listing.ts +++ b/test/functional/apps/dashboard/group4/dashboard_listing.ts @@ -238,8 +238,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { }); }); - // eslint-disable-next-line ban/ban - describe.only('insights', function () { + describe('insights', function () { this.tags('skipFIPS'); const DASHBOARD_NAME = 'Insights Dashboard';