Skip to content

Commit d05d563

Browse files
committed
skip flaky suite (#95899)
1 parent d4b0f92 commit d05d563

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • x-pack/plugins/canvas/shareable_runtime/components

x-pack/plugins/canvas/shareable_runtime/components/app.test.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ const getWrapper: (name?: WorkpadNames) => ReactWrapper = (name = 'hello') => {
5959
return mount(<App {...{ stage, workpad }} />);
6060
};
6161

62-
describe('<App />', () => {
62+
// FLAKY: https://github.com/elastic/kibana/issues/95899
63+
describe.skip('<App />', () => {
6364
test('App renders properly', () => {
6465
expect(getWrapper().html()).toMatchSnapshot();
6566
});

0 commit comments

Comments
 (0)