mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
This commit is contained in:
parent
e87a06cddd
commit
e13a1baf72
22 changed files with 22 additions and 22 deletions
|
@ -20,7 +20,7 @@ import { createEndpointHost } from '../../tasks/create_endpoint_host';
|
|||
import { deleteAllLoadedEndpointData } from '../../tasks/delete_all_endpoint_data';
|
||||
import { enableAllPolicyProtections } from '../../tasks/endpoint_policy';
|
||||
|
||||
describe.skip(
|
||||
describe(
|
||||
'Automated Response Actions',
|
||||
{
|
||||
tags: ['@ess', '@serverless'],
|
||||
|
|
|
@ -19,7 +19,7 @@ import { login, ROLE } from '../tasks/login';
|
|||
import { EXECUTE_ROUTE } from '../../../../common/endpoint/constants';
|
||||
import { waitForActionToComplete } from '../tasks/response_actions';
|
||||
|
||||
describe.skip('Endpoint generated alerts', { tags: ['@ess', '@serverless'] }, () => {
|
||||
describe('Endpoint generated alerts', { tags: ['@ess', '@serverless'] }, () => {
|
||||
let indexedPolicy: IndexedFleetEndpointPolicyResponse;
|
||||
let policy: PolicyData;
|
||||
let createdHost: CreateAndEnrollEndpointHostResponse;
|
||||
|
|
|
@ -28,7 +28,7 @@ import { createEndpointHost } from '../../tasks/create_endpoint_host';
|
|||
import { deleteAllLoadedEndpointData } from '../../tasks/delete_all_endpoint_data';
|
||||
import { enableAllPolicyProtections } from '../../tasks/endpoint_policy';
|
||||
|
||||
describe.skip('Endpoints page', { tags: ['@ess', '@serverless'] }, () => {
|
||||
describe('Endpoints page', { tags: ['@ess', '@serverless'] }, () => {
|
||||
let indexedPolicy: IndexedFleetEndpointPolicyResponse;
|
||||
let policy: PolicyData;
|
||||
let createdHost: CreateAndEnrollEndpointHostResponse;
|
||||
|
|
|
@ -27,7 +27,7 @@ import { enableAllPolicyProtections } from '../../tasks/endpoint_policy';
|
|||
import { createEndpointHost } from '../../tasks/create_endpoint_host';
|
||||
import { deleteAllLoadedEndpointData } from '../../tasks/delete_all_endpoint_data';
|
||||
|
||||
describe.skip(
|
||||
describe(
|
||||
'Response console: From Alerts',
|
||||
{ tags: ['@ess', '@serverless', '@brokenInServerless'] },
|
||||
() => {
|
||||
|
|
|
@ -22,7 +22,7 @@ import { enableAllPolicyProtections } from '../../tasks/endpoint_policy';
|
|||
import { createEndpointHost } from '../../tasks/create_endpoint_host';
|
||||
import { deleteAllLoadedEndpointData } from '../../tasks/delete_all_endpoint_data';
|
||||
|
||||
describe.skip('Document signing:', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
|
||||
describe('Document signing:', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
|
||||
let indexedPolicy: IndexedFleetEndpointPolicyResponse;
|
||||
let policy: PolicyData;
|
||||
let createdHost: CreateAndEnrollEndpointHostResponse;
|
||||
|
|
|
@ -20,7 +20,7 @@ import { enableAllPolicyProtections } from '../../tasks/endpoint_policy';
|
|||
import { createEndpointHost } from '../../tasks/create_endpoint_host';
|
||||
import { deleteAllLoadedEndpointData } from '../../tasks/delete_all_endpoint_data';
|
||||
|
||||
describe.skip('Response console', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
|
||||
describe('Response console', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
|
||||
beforeEach(() => {
|
||||
login();
|
||||
});
|
||||
|
|
|
@ -21,7 +21,7 @@ import { enableAllPolicyProtections } from '../../../tasks/endpoint_policy';
|
|||
import { createEndpointHost } from '../../../tasks/create_endpoint_host';
|
||||
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data';
|
||||
|
||||
describe.skip('Response console', { tags: ['@ess', '@serverless'] }, () => {
|
||||
describe('Response console', { tags: ['@ess', '@serverless'] }, () => {
|
||||
beforeEach(() => {
|
||||
login();
|
||||
});
|
||||
|
|
|
@ -21,7 +21,7 @@ import { enableAllPolicyProtections } from '../../../tasks/endpoint_policy';
|
|||
import { createEndpointHost } from '../../../tasks/create_endpoint_host';
|
||||
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data';
|
||||
|
||||
describe.skip('Response console', { tags: ['@ess', '@serverless'] }, () => {
|
||||
describe('Response console', { tags: ['@ess', '@serverless'] }, () => {
|
||||
beforeEach(() => {
|
||||
login();
|
||||
});
|
||||
|
|
|
@ -26,7 +26,7 @@ import { enableAllPolicyProtections } from '../../../tasks/endpoint_policy';
|
|||
import { createEndpointHost } from '../../../tasks/create_endpoint_host';
|
||||
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data';
|
||||
|
||||
describe.skip('Response console', { tags: ['@ess', '@serverless'] }, () => {
|
||||
describe('Response console', { tags: ['@ess', '@serverless'] }, () => {
|
||||
let indexedPolicy: IndexedFleetEndpointPolicyResponse;
|
||||
let policy: PolicyData;
|
||||
let createdHost: CreateAndEnrollEndpointHostResponse;
|
||||
|
|
|
@ -26,7 +26,7 @@ import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_
|
|||
|
||||
const AGENT_BEAT_FILE_PATH_SUFFIX = '/components/agentbeat';
|
||||
|
||||
describe.skip('Response console', { tags: ['@ess', '@serverless', '@skipInServerlessMKI'] }, () => {
|
||||
describe('Response console', { tags: ['@ess', '@serverless', '@skipInServerlessMKI'] }, () => {
|
||||
beforeEach(() => {
|
||||
login();
|
||||
});
|
||||
|
|
|
@ -27,7 +27,7 @@ import { enableAllPolicyProtections } from '../../../tasks/endpoint_policy';
|
|||
import { createEndpointHost } from '../../../tasks/create_endpoint_host';
|
||||
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data';
|
||||
|
||||
describe.skip('Response console', { tags: ['@ess', '@serverless'] }, () => {
|
||||
describe('Response console', { tags: ['@ess', '@serverless'] }, () => {
|
||||
let indexedPolicy: IndexedFleetEndpointPolicyResponse;
|
||||
let policy: PolicyData;
|
||||
let createdHost: CreateAndEnrollEndpointHostResponse;
|
||||
|
|
|
@ -20,7 +20,7 @@ import { enableAllPolicyProtections } from '../../../tasks/endpoint_policy';
|
|||
import { createEndpointHost } from '../../../tasks/create_endpoint_host';
|
||||
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data';
|
||||
|
||||
describe.skip(
|
||||
describe(
|
||||
'Response console',
|
||||
{
|
||||
env: {
|
||||
|
|
|
@ -20,7 +20,7 @@ import { enableAllPolicyProtections } from '../../../tasks/endpoint_policy';
|
|||
import { createEndpointHost } from '../../../tasks/create_endpoint_host';
|
||||
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data';
|
||||
|
||||
describe.skip(
|
||||
describe(
|
||||
'Unenroll agent from fleet with agent tamper protection is disabled',
|
||||
{ tags: ['@ess'] },
|
||||
() => {
|
||||
|
|
|
@ -21,7 +21,7 @@ import { enableAllPolicyProtections } from '../../../tasks/endpoint_policy';
|
|||
import { createEndpointHost } from '../../../tasks/create_endpoint_host';
|
||||
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data';
|
||||
|
||||
describe.skip(
|
||||
describe(
|
||||
'Uninstall agent from host when agent tamper protection is disabled',
|
||||
{ tags: ['@ess'] },
|
||||
() => {
|
||||
|
|
|
@ -20,7 +20,7 @@ import { login } from '../../../tasks/login';
|
|||
import { createEndpointHost } from '../../../tasks/create_endpoint_host';
|
||||
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data';
|
||||
|
||||
describe.skip(
|
||||
describe(
|
||||
'Unenroll agent from fleet when agent tamper protection is enabled',
|
||||
{ tags: ['@ess'] },
|
||||
() => {
|
||||
|
|
|
@ -22,7 +22,7 @@ import { login } from '../../../tasks/login';
|
|||
import { createEndpointHost } from '../../../tasks/create_endpoint_host';
|
||||
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data';
|
||||
|
||||
describe.skip(
|
||||
describe(
|
||||
'Uninstall agent from host when agent tamper protection is enabled',
|
||||
{ tags: ['@ess'] },
|
||||
() => {
|
||||
|
|
|
@ -22,7 +22,7 @@ import { enableAllPolicyProtections } from '../../../tasks/endpoint_policy';
|
|||
import { createEndpointHost } from '../../../tasks/create_endpoint_host';
|
||||
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data';
|
||||
|
||||
describe.skip(
|
||||
describe(
|
||||
'Unenroll agent from fleet when agent tamper protection is disabled but then is switched to a policy with it enabled',
|
||||
{ tags: ['@ess'] },
|
||||
() => {
|
||||
|
|
|
@ -22,7 +22,7 @@ import { enableAllPolicyProtections } from '../../../tasks/endpoint_policy';
|
|||
import { createEndpointHost } from '../../../tasks/create_endpoint_host';
|
||||
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data';
|
||||
|
||||
describe.skip(
|
||||
describe(
|
||||
'Unenroll agent from fleet changing when agent tamper protection is enabled but then is switched to a policy with it disabled',
|
||||
{ tags: ['@ess'] },
|
||||
() => {
|
||||
|
|
|
@ -21,7 +21,7 @@ import { login } from '../../../tasks/login';
|
|||
import { createEndpointHost } from '../../../tasks/create_endpoint_host';
|
||||
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data';
|
||||
|
||||
describe.skip(
|
||||
describe(
|
||||
'Unenroll agent from fleet changing agent policy when agent tamper protection is enabled but then is switched to a policy with it also enabled',
|
||||
{ tags: ['@ess'] },
|
||||
() => {
|
||||
|
|
|
@ -24,7 +24,7 @@ import { enableAllPolicyProtections } from '../../../tasks/endpoint_policy';
|
|||
import { createEndpointHost } from '../../../tasks/create_endpoint_host';
|
||||
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data';
|
||||
|
||||
describe.skip(
|
||||
describe(
|
||||
'Uninstall agent from host changing agent policy when agent tamper protection is disabled but then is switched to a policy with it enabled',
|
||||
{ tags: ['@ess'] },
|
||||
() => {
|
||||
|
|
|
@ -23,7 +23,7 @@ import { enableAllPolicyProtections } from '../../../tasks/endpoint_policy';
|
|||
import { createEndpointHost } from '../../../tasks/create_endpoint_host';
|
||||
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data';
|
||||
|
||||
describe.skip(
|
||||
describe(
|
||||
'Uninstall agent from host changing agent policy when agent tamper protection is enabled but then is switched to a policy with it disabled',
|
||||
{ tags: ['@ess'] },
|
||||
() => {
|
||||
|
|
|
@ -23,7 +23,7 @@ import { login } from '../../../tasks/login';
|
|||
import { createEndpointHost } from '../../../tasks/create_endpoint_host';
|
||||
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data';
|
||||
|
||||
describe.skip(
|
||||
describe(
|
||||
'Uninstall agent from host changing agent policy when agent tamper protection is enabled but then is switched to a policy with it also enabled',
|
||||
{ tags: ['@ess'] },
|
||||
() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue