skip flaky test suite (#33504)

This commit is contained in:
spalger 2019-03-22 09:25:36 -07:00
parent 41d4172fe5
commit 33083c80eb

View file

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