Skip to content

Commit

Permalink
skip failing test suite (#156671)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed May 4, 2023
1 parent 52b2e38 commit 8b6c6e9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const dashboardPanelActions = getService('dashboardPanelActions');
const dashboardAddPanel = getService('dashboardAddPanel');

describe('edit embeddable redirects', () => {
// Failing: See https://github.com/elastic/kibana/issues/156671
describe.skip('edit embeddable redirects', () => {
before(async () => {
await kibanaServer.savedObjects.cleanStandardList();
await kibanaServer.importExport.load(
Expand Down

0 comments on commit 8b6c6e9

Please sign in to comment.