diff --git a/opencti-platform/opencti-front/tests_e2e/backgroundTask/backgroundTask.spec.ts b/opencti-platform/opencti-front/tests_e2e/backgroundTask/backgroundTask.spec.ts index 6e5fb8a3d3..dc5b55680e 100644 --- a/opencti-platform/opencti-front/tests_e2e/backgroundTask/backgroundTask.spec.ts +++ b/opencti-platform/opencti-front/tests_e2e/backgroundTask/backgroundTask.spec.ts @@ -21,7 +21,7 @@ import TaskPopup from '../model/taskPopup.pageModel'; * Verify entity count for both labels 'background-task-filter-add-label' and 'background-task-search-add-label' * @param page */ -test.skip('Verify background tasks execution', { tag: ['@mutation', '@incident', '@task', '@filter'] }, async ({ page }) => { +test('Verify background tasks execution', { tag: ['@mutation', '@incident', '@task', '@filter'] }, async ({ page }) => { const incidentPage = new EventsIncidentPage(page); const filter = new FiltersPageModel(page); const search = new SearchPageModel(page);