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 committed Mar 1, 2023
1 parent 3de0009 commit 72868e2
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 72868e2

Please sign in to comment.