[7.0] disable flaky test (#33818)

This commit is contained in:
spalger 2019-03-28 15:40:11 -07:00
parent 537afe7fad
commit bb68ec9ea7

View file

@ -120,7 +120,8 @@ describe('VegaVisualizations', () => {
});
it('should show vegatooltip on mouseover over a vega graph', async () => {
// FLAKY: https://github.com/elastic/kibana/issues/33818
it.skip('should show vegatooltip on mouseover over a vega graph', async () => {
let vegaVis;
try {