Skip to content

Commit

Permalink
forgot to unskip
Browse files Browse the repository at this point in the history
Signed-off-by: Kawika Avilla <[email protected]>
  • Loading branch information
kavilla committed Jul 11, 2023
1 parent 76ec1a2 commit 98fcb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/dashboard/dashboard_state.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 98fcb6d

Please sign in to comment.