Skip to content

Commit

Permalink
skip flaky test. #113892
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Oct 17, 2021
1 parent e1503d4 commit 30c8fb2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ describe.each([
);
});

it('should display dates in expected format', () => {
// FLAKY https://github.com/elastic/kibana/issues/113892
it.skip('should display dates in expected format', () => {
render();

expect(renderResult.getByTestId('testCard-header-updated').textContent).toEqual(
Expand Down

0 comments on commit 30c8fb2

Please sign in to comment.