Skip to content

Commit

Permalink
skip flaky suite (#91191)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 15, 2021
1 parent bd52914 commit b54a5ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/dashboard/dashboard_unsaved_state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
let originalPanelCount = 0;
let unsavedPanelCount = 0;

describe('dashboard unsaved panels', () => {
// FLAKY: https://github.com/elastic/kibana/issues/91191
describe.skip('dashboard unsaved panels', () => {
before(async () => {
await esArchiver.load('dashboard/current/kibana');
await kibanaServer.uiSettings.replace({
Expand Down

0 comments on commit b54a5ec

Please sign in to comment.