Skip to content

Commit

Permalink
unskip tests skipped due to agent errors
Browse files Browse the repository at this point in the history
  • Loading branch information
szwarckonrad committed Dec 19, 2023
1 parent 5c78f37 commit d695dac
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ import { createEndpointHost } from '../../tasks/create_endpoint_host';
import { deleteAllLoadedEndpointData } from '../../tasks/delete_all_endpoint_data';
import { enableAllPolicyProtections } from '../../tasks/endpoint_policy';

// FLAKY: https://github.com/elastic/kibana/issues/168340
// FLAKY: https://github.com/elastic/kibana/issues/168427
describe.skip(
describe(
'Automated Response Actions',
{
tags: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ import { enableAllPolicyProtections } from '../../tasks/endpoint_policy';
import { createEndpointHost } from '../../tasks/create_endpoint_host';
import { deleteAllLoadedEndpointData } from '../../tasks/delete_all_endpoint_data';

// FLAKY: https://github.com/elastic/kibana/issues/170674
describe.skip('Document signing:', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
describe('Document signing:', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
let indexedPolicy: IndexedFleetEndpointPolicyResponse;
let policy: PolicyData;
let createdHost: CreateAndEnrollEndpointHostResponse;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ import { enableAllPolicyProtections } from '../../tasks/endpoint_policy';
import { createEndpointHost } from '../../tasks/create_endpoint_host';
import { deleteAllLoadedEndpointData } from '../../tasks/delete_all_endpoint_data';

// FLAKY: https://github.com/elastic/kibana/issues/169821
// FLAKY: https://github.com/elastic/kibana/issues/169822
describe.skip('Response console', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
describe('Response console', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
beforeEach(() => {
login();
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ describe('Response console', { tags: ['@ess', '@serverless'] }, () => {
login();
});

// FLAKY: https://github.com/elastic/kibana/issues/170373
// FLAKY: https://github.com/elastic/kibana/issues/171444
describe.skip('Execute operations:', () => {
describe('Execute operations:', () => {
const homeFilePath = process.env.CI || true ? '/home/vagrant' : `/home/ubuntu`;

let indexedPolicy: IndexedFleetEndpointPolicyResponse;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ describe('Response console', { tags: ['@ess', '@serverless'] }, () => {
login();
});

// FLAKY: https://github.com/elastic/kibana/issues/170424
// FLAKY: https://github.com/elastic/kibana/issues/173456
describe.skip('File operations:', () => {
describe('File operations:', () => {
const homeFilePath = Cypress.env('IS_CI') ? '/home/vagrant' : '/home/ubuntu';

const fileContent = 'This is a test file for the get-file command.';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ import { enableAllPolicyProtections } from '../../../tasks/endpoint_policy';
import { createEndpointHost } from '../../../tasks/create_endpoint_host';
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data';

// FLAKY: https://github.com/elastic/kibana/issues/173464
// FLAKY: https://github.com/elastic/kibana/issues/173465
describe.skip('Response console', { tags: ['@ess', '@serverless'] }, () => {
describe('Response console', { tags: ['@ess', '@serverless'] }, () => {
let indexedPolicy: IndexedFleetEndpointPolicyResponse;
let policy: PolicyData;
let createdHost: CreateAndEnrollEndpointHostResponse;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ import { enableAllPolicyProtections } from '../../../tasks/endpoint_policy';
import { createEndpointHost } from '../../../tasks/create_endpoint_host';
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data';

// FLAKY: https://github.com/elastic/kibana/issues/173459
// FLAKY: https://github.com/elastic/kibana/issues/170563
describe.skip('Response console', { tags: ['@ess', '@serverless'] }, () => {
describe('Response console', { tags: ['@ess', '@serverless'] }, () => {
beforeEach(() => {
login();
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ import { enableAllPolicyProtections } from '../../../tasks/endpoint_policy';
import { createEndpointHost } from '../../../tasks/create_endpoint_host';
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data';

// FLAKY: https://github.com/elastic/kibana/issues/173463
// FLAKY: https://github.com/elastic/kibana/issues/170814
describe.skip(
describe(
'Unenroll agent from fleet with agent tamper protection is disabled',
{ tags: ['@ess'] },
() => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ import { enableAllPolicyProtections } from '../../../tasks/endpoint_policy';
import { createEndpointHost } from '../../../tasks/create_endpoint_host';
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data';

// FLAKY: https://github.com/elastic/kibana/issues/173466
describe.skip(
describe(
'Uninstall agent from host when agent tamper protection is disabled',
{ tags: ['@ess'] },
() => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ import { login } from '../../../tasks/login';
import { createEndpointHost } from '../../../tasks/create_endpoint_host';
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data';

// FLAKY: https://github.com/elastic/kibana/issues/173460
// FLAKY: https://github.com/elastic/kibana/issues/170706
describe.skip(
describe(
'Unenroll agent from fleet when agent tamper protection is enabled',
{ tags: ['@ess'] },
() => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ import { login } from '../../../tasks/login';
import { createEndpointHost } from '../../../tasks/create_endpoint_host';
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data';

// FLAKY: https://github.com/elastic/kibana/issues/173471
// FLAKY: https://github.com/elastic/kibana/issues/170601
describe.skip(
describe(
'Uninstall agent from host when agent tamper protection is enabled',
{ tags: ['@ess'] },
() => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ import { login } from '../../../tasks/login';
import { createEndpointHost } from '../../../tasks/create_endpoint_host';
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data';

// FLAKY: https://github.com/elastic/kibana/issues/170816
// FLAKY: https://github.com/elastic/kibana/issues/173458
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'] },
() => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ import { enableAllPolicyProtections } from '../../../tasks/endpoint_policy';
import { createEndpointHost } from '../../../tasks/create_endpoint_host';
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data';

// FLAKY: https://github.com/elastic/kibana/issues/173457
// FLAKY: https://github.com/elastic/kibana/issues/170604
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'] },
() => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ import { login } from '../../../tasks/login';
import { createEndpointHost } from '../../../tasks/create_endpoint_host';
import { deleteAllLoadedEndpointData } from '../../../tasks/delete_all_endpoint_data';

// FLAKY: https://github.com/elastic/kibana/issues/173467
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'] },
() => {
Expand Down

0 comments on commit d695dac

Please sign in to comment.