mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#172418)
This commit is contained in:
parent
f86d25f99a
commit
8e2a55214d
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ import { enableAllPolicyProtections } from '../../../tasks/endpoint_policy';
|
|||
import { createEndpointHost } from '../../../tasks/create_endpoint_host';
|
||||
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data';
|
||||
|
||||
describe('Response console', { tags: ['@ess', '@serverless'] }, () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/172418
|
||||
describe.skip('Response console', { tags: ['@ess', '@serverless'] }, () => {
|
||||
let indexedPolicy: IndexedFleetEndpointPolicyResponse;
|
||||
let policy: PolicyData;
|
||||
let createdHost: CreateAndEnrollEndpointHostResponse;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue