Skip to content

Commit 7ad7aff

Browse files
authored
[Cases] Unskip severity flaky test (#177597)
## Summary As a follow-up to #176863 I am unskipping these severity tests to check if the changes on that PR stabilized them. Fixes #176336
1 parent 9bdea88 commit 7ad7aff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

x-pack/plugins/cases/public/components/all_cases/severity_filter.test.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ import { screen, waitFor } from '@testing-library/react';
1414
import { waitForEuiPopoverOpen } from '@elastic/eui/lib/test/rtl';
1515
import { SeverityFilter } from './severity_filter';
1616

17-
// FLAKY: https://github.com/elastic/kibana/issues/176336
18-
describe.skip('Severity form field', () => {
17+
describe('Severity form field', () => {
1918
const onChange = jest.fn();
2019
let appMockRender: AppMockRenderer;
2120
const props = {

0 commit comments

Comments
 (0)