mirror of
https://github.com/elastic/kibana.git
synced 2025-04-18 23:21:39 -04:00
skip failing test suite (#207773)
This commit is contained in:
parent
d1826a4ebd
commit
7b629a9908
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ import { createEndpointHost } from '../../tasks/create_endpoint_host';
|
|||
import { deleteAllLoadedEndpointData } from '../../tasks/delete_all_endpoint_data';
|
||||
import { enableAllPolicyProtections } from '../../tasks/endpoint_policy';
|
||||
|
||||
describe(
|
||||
// Failing: See https://github.com/elastic/kibana/issues/207773
|
||||
describe.skip(
|
||||
'Automated Response Actions',
|
||||
{
|
||||
tags: ['@ess', '@serverless'],
|
||||
|
|
Loading…
Add table
Reference in a new issue