Skip to content

Commit

Permalink
[6.x] disable flaky test - #24287
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Oct 29, 2018
1 parent 691e3b5 commit 935bffc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/dashboard/_data_shared_attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ export default function ({ getService, getPageObjects }) {
});
});

it('data-shared-item title should update a saved search when using a custom panel title', async () => {
// TODO: flaky https://github.com/elastic/kibana/issues/24287
it.skip('data-shared-item title should update a saved search when using a custom panel title', async () => {
const CUSTOM_SEARCH_TITLE = 'ima custom title for a search!';
await dashboardPanelActions.setCustomPanelTitle(CUSTOM_SEARCH_TITLE, 'Rendering Test: saved search');
await retry.try(async () => {
Expand Down

0 comments on commit 935bffc

Please sign in to comment.