[ftr/dashboard] disable flaky suite (#29299)

This commit is contained in:
Spencer 2019-01-24 15:42:05 -08:00 committed by GitHub
parent 324399dcfd
commit 65c80048fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,7 +90,8 @@ export default function ({ getService, getPageObjects }) {
await dashboardExpect.vegaTextsDoNotExist(['5,000']);
};
describe('dashboard embeddable rendering', function describeIndexTests() {
// FLAKY: https://github.com/elastic/kibana/issues/24292
describe.skip('dashboard embeddable rendering', function describeIndexTests() {
before(async () => {
await PageObjects.dashboard.clickNewDashboard();