disable fully skipped suite (#40173)

This commit is contained in:
spalger 2019-07-02 12:22:18 -07:00
parent 0e8b722a25
commit 0f5bfc0fce

View file

@ -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);