Skip to content

Commit

Permalink
[EDR Workflows] Unskip add_integration.cy.ts (#187304)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsonpl authored Jul 2, 2024
1 parent afec9eb commit d183092
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/plugins/osquery/cypress/e2e/all/add_integration.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ describe('ALL - Add Integration', { tags: ['@ess', '@serverless'] }, () => {
cy.contains(`version: ${oldVersion}`).should('not.exist');
});
});
// FLAKY: https://github.com/elastic/kibana/issues/170593
describe.skip('Add integration to policy', () => {
describe('Add integration to policy', () => {
const [integrationName, policyName] = generateRandomStringName(2);
let policyId: string;
beforeEach(() => {
Expand Down

0 comments on commit d183092

Please sign in to comment.