mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#95899)
This commit is contained in:
parent
d4b0f92c84
commit
d05d5634b3
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,8 @@ const getWrapper: (name?: WorkpadNames) => ReactWrapper = (name = 'hello') => {
|
|||
return mount(<App {...{ stage, workpad }} />);
|
||||
};
|
||||
|
||||
describe('<App />', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/95899
|
||||
describe.skip('<App />', () => {
|
||||
test('App renders properly', () => {
|
||||
expect(getWrapper().html()).toMatchSnapshot();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue