Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EDR Workflows] Unskip DW tests #171709

Merged
merged 6 commits into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ const visitArtifactTab = (tabId: string) => {
cy.get(`#${tabId}`).click();
};

// FLAKY: https://github.com/elastic/kibana/issues/171644
describe.skip('Artifact tabs in Policy Details page', { tags: ['@ess', '@serverless'] }, () => {
describe('Artifact tabs in Policy Details page', { tags: ['@ess', '@serverless'] }, () => {
let endpointData: ReturnTypeFromChainable<typeof indexEndpointHosts> | undefined;

before(() => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ const loginWithoutAccess = (url: string) => {
loadPage(url);
};

// FLAKY: https://github.com/elastic/kibana/issues/171168
describe.skip('Artifacts pages', { tags: ['@ess', '@serverless'] }, () => {
describe('Artifacts pages', { tags: ['@ess', '@serverless'] }, () => {
let endpointData: ReturnTypeFromChainable<typeof indexEndpointHosts> | undefined;

before(() => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ import { indexEndpointHosts } from '../../tasks/index_endpoint_hosts';
import { login } from '../../tasks/login';
import { loadPage } from '../../tasks/common';

// FLAKY: https://github.com/elastic/kibana/issues/171641
describe.skip('Response actions history page', { tags: ['@ess', '@serverless'] }, () => {
describe('Response actions history page', { tags: ['@ess', '@serverless'] }, () => {
let endpointData: ReturnTypeFromChainable<typeof indexEndpointHosts>;
// let actionData: ReturnTypeFromChainable<typeof indexActionResponses>;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ import {
visitEndpointList,
} from '../../screens';

// FLAKY: https://github.com/elastic/kibana/issues/171643
describe.skip(
describe(
'When on the Endpoint List in Security Essentials PLI',
{
tags: ['@serverless'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ import {
openConsoleHelpPanel,
} from '../../../screens';

// FLAKY: https://github.com/elastic/kibana/issues/170052
describe.skip(
describe(
'User Roles for Security Complete PLI with Endpoint Complete addon',
{
tags: ['@serverless'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ import {
ensurePolicyDetailsPageAuthzAccess,
} from '../../../screens';

// FLAKY: https://github.com/elastic/kibana/issues/170985
describe.skip(
describe(
'Roles for Security Essential PLI with Endpoint Essentials addon',
{
tags: ['@serverless'],
Expand Down
Loading