Skip to content

Commit

Permalink
skip flaky suite (elastic#156539, elastic#156544)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 3, 2023
1 parent 1c777a2 commit b7bd376
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion x-pack/test/functional/apps/dashboard/group2/panel_titles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});

describe('by reference', () => {
// FLAKY: https://github.com/elastic/kibana/issues/156539
// FLAKY: https://github.com/elastic/kibana/issues/156544
describe.skip('by reference', () => {
it('linking a by value panel with a custom title to the library will overwrite the custom title with the library title', async () => {
await dashboardPanelActions.customizePanel();
await dashboardCustomizePanel.setCustomPanelTitle(CUSTOM_TITLE);
Expand Down

0 comments on commit b7bd376

Please sign in to comment.