Skip to content

Commit 2ec293e

Browse files
committed
skip flaky suite (#145635)
1 parent 888ea77 commit 2ec293e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/plugins/security_solution/public/management/components/endpoint_response_actions_list/response_actions_log.test.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ const getBaseMockedActionList = () => ({
156156
error: null,
157157
refetch: jest.fn(),
158158
});
159-
describe('Response actions history', () => {
159+
// FLAKY: https://github.com/elastic/kibana/issues/145635
160+
describe.skip('Response actions history', () => {
160161
const testPrefix = 'test';
161162
const hostsFilterPrefix = 'hosts-filter';
162163

0 commit comments

Comments
 (0)