mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky test. #113892
This commit is contained in:
parent
7d66002da2
commit
845bcf85c1
1 changed files with 2 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue