mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky test: https://github.com/elastic/kibana/issues/186996 (#190475)
## Summary Manually skipping test from https://github.com/elastic/kibana/issues/186996 - it's going to stay flaky, as it's depending on the `new Date()`s hitting the same second.
This commit is contained in:
parent
be26e46116
commit
e73f68867b
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ import { TestProvidersComponent } from '../mocks/test_providers';
|
|||
import { UpdateStatus } from './update_status';
|
||||
|
||||
describe('<UpdateStatus />', () => {
|
||||
it('should render Updated now', () => {
|
||||
// Flaky: https://github.com/elastic/kibana/issues/186996
|
||||
it.skip('should render Updated now', () => {
|
||||
const result = render(<UpdateStatus updatedAt={Date.now()} isUpdating={false} />, {
|
||||
wrapper: TestProvidersComponent,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue