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 (#152401)

Fixes #95899

unskips test. There is no flaky test runner for jest.
  • Loading branch information
nreese authored and nkhristinin committed Mar 22, 2023
1 parent be22d4b commit def1101
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 def1101

Please sign in to comment.