mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Uptime] Unskip alert flyout jest test (#142722)
This commit is contained in:
parent
b3ebe13330
commit
756bc17689
1 changed files with 1 additions and 2 deletions
|
@ -14,8 +14,7 @@ import {
|
|||
} from './alert_monitor_status';
|
||||
import { render } from '../../../../lib/helper/rtl_helpers';
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/133226
|
||||
describe.skip('alert monitor status component', () => {
|
||||
describe('alert monitor status component', () => {
|
||||
jest.setTimeout(10_000);
|
||||
|
||||
describe('hasFilters', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue