disable fully skipped suite (#40173)

(cherry picked from commit 0f5bfc0fce)
This commit is contained in:
spalger 2019-07-02 12:22:18 -07:00
parent e7ab6a360e
commit 1288e82208

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