Skip to content

Commit

Permalink
skip flaky suite (#149256)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 25, 2023
1 parent 4e7560f commit d74e215
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/dashboard/group4/dashboard_empty.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await testSubjects.click('saveIndexPatternButton');
};

describe('dashboard empty state', () => {
// FLAKY: https://github.com/elastic/kibana/issues/149256
describe.skip('dashboard empty state', () => {
const kbnDirectory = 'test/functional/fixtures/kbn_archiver/dashboard/current/kibana';

before(async function () {
Expand Down

0 comments on commit d74e215

Please sign in to comment.