Skip to content

Commit

Permalink
disable fully skipped suite (#40173)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jul 2, 2019
1 parent 0e8b722 commit 0f5bfc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/dashboard/dashboard_snapshots.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ export default function ({ getService, getPageObjects, updateBaselines }) {
const dashboardPanelActions = getService('dashboardPanelActions');
const dashboardAddPanel = getService('dashboardAddPanel');

describe('dashboard snapshots', function describeIndexTests() {
// FLAKY: https://github.com/elastic/kibana/issues/40173
describe.skip('dashboard snapshots', function describeIndexTests() {
before(async function () {
// We use a really small window to minimize differences across os's and browsers.
await browser.setWindowSize(1000, 700);
Expand Down

0 comments on commit 0f5bfc0

Please sign in to comment.