mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#148349)
This commit is contained in:
parent
957c0d43c2
commit
b8bae97714
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue