Skip to content

Commit

Permalink
skip flaky suite (#92114)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 26, 2021
1 parent 7aae6c5 commit 3d91390
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/accessibility/apps/dashboard_edit_panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {

const PANEL_TITLE = 'Visualization PieChart';

describe('Dashboard Edit Panel', () => {
// FLAKY: https://github.com/elastic/kibana/issues/92114
describe.skip('Dashboard Edit Panel', () => {
before(async () => {
await esArchiver.load('dashboard/drilldowns');
await esArchiver.loadIfNeeded('logstash_functional');
Expand Down

0 comments on commit 3d91390

Please sign in to comment.