We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b0f92 commit d05d563Copy full SHA for d05d563
1 file changed
x-pack/plugins/canvas/shareable_runtime/components/app.test.tsx
@@ -59,7 +59,8 @@ const getWrapper: (name?: WorkpadNames) => ReactWrapper = (name = 'hello') => {
59
return mount(<App {...{ stage, workpad }} />);
60
};
61
62
-describe('<App />', () => {
+// FLAKY: https://github.com/elastic/kibana/issues/95899
63
+describe.skip('<App />', () => {
64
test('App renders properly', () => {
65
expect(getWrapper().html()).toMatchSnapshot();
66
});
0 commit comments