Skip to content

Commit

Permalink
skip flaky suite (#102366)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jun 18, 2021
1 parent d3a2168 commit 116a4aa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export default function ({ getPageObjects, getService }) {
const dashboardPanelActions = getService('dashboardPanelActions');
const PageObjects = getPageObjects(['common', 'dashboard', 'visualize', 'lens']);

describe('empty dashboard', function () {
// FLAKY: https://github.com/elastic/kibana/issues/102366
describe.skip('empty dashboard', function () {
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/logstash_functional');
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/lens/basic');
Expand Down

0 comments on commit 116a4aa

Please sign in to comment.