Skip to content

Commit

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

0 comments on commit 269649a

Please sign in to comment.