diff --git a/test/functional/apps/dashboard/dashboard_state.js b/test/functional/apps/dashboard/dashboard_state.js index 2974f2024a4e..8910ecd16154 100644 --- a/test/functional/apps/dashboard/dashboard_state.js +++ b/test/functional/apps/dashboard/dashboard_state.js @@ -155,7 +155,7 @@ export default function ({ getService, getPageObjects }) { // TODO: race condition it seems with the query from previous state // https://github.com/opensearch-project/OpenSearch-Dashboards/issues/4193 - it.skip('Tile map with no changes will update with visualization changes', async () => { + it('Tile map with no changes will update with visualization changes', async () => { await PageObjects.dashboard.gotoDashboardLandingPage(); await PageObjects.dashboard.clickNewDashboard();