skip flaky suite (#46305)

(cherry picked from commit 5b67cd5e4f)
This commit is contained in:
spalger 2019-09-21 11:07:51 -07:00
parent d94038af16
commit cebb9f4fca

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/46305
describe.skip('dashboard embeddable rendering', function describeIndexTests() {
before(async () => {
await PageObjects.dashboard.clickNewDashboard();