[7.x] Skips flaky Canvas Sharable Runtime test

https://github.com/elastic/kibana/issues/48842

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2019-11-14 09:37:38 -08:00
parent 562bb933ac
commit c71c5f9137

View file

@ -100,7 +100,7 @@ describe('<App />', () => {
expect(center(wrapper).text()).toEqual('Page 6 of 28');
});
test('autohide footer functions on mouseEnter + Leave', async () => {
test.skip('autohide footer functions on mouseEnter + Leave', async () => {
const wrapper = getWrapper();
trigger(wrapper).simulate('click');
await tick(20);