Skip to content

Commit

Permalink
skip flaky suite #(95899)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 17, 2021
1 parent 30ea190 commit ac35d6c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ const getWrapper: (name?: WorkpadNames) => ReactWrapper = (name = 'hello') => {
return mount(<App {...{ stage, workpad }} />);
};

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

0 comments on commit ac35d6c

Please sign in to comment.