skip flaky suite (#148349)

This commit is contained in:
Jonathan Budzenski 2023-03-01 16:34:57 -06:00
parent 957c0d43c2
commit b8bae97714

View file

@ -136,7 +136,8 @@ async function getComponent({
return { comp, props };
}
describe('discover sidebar field', function () {
// FLAKY: https://github.com/elastic/kibana/issues/148349
describe.skip('discover sidebar field', function () {
beforeEach(() => {
(DetailsUtil.getDetails as jest.Mock).mockClear();
});