Skip to content

Commit

Permalink
[canvas] unskip Jest Tests.x-pack/plugins/canvas/shareable_runtime/co…
Browse files Browse the repository at this point in the history
…mponents (elastic#152401)

Fixes elastic#95899

unskips test. There is no flaky test runner for jest.
  • Loading branch information
nreese authored and bmorelli25 committed Mar 10, 2023
1 parent 2db80c0 commit f8441eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ const getWrapper: (name?: WorkpadNames) => ReactWrapper = (name = 'hello') => {
return mount(<App {...{ stage, workpad }} />);
};

// FLAKY: https://github.com/elastic/kibana/issues/95899
describe.skip('<App />', () => {
describe('<App />', () => {
test('App renders properly', () => {
expect(getWrapper().html()).toMatchSnapshot();
});
Expand Down

0 comments on commit f8441eb

Please sign in to comment.