Skip to content

Commit

Permalink
skip failing es serverless promotion suites(#169787)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 20, 2024
1 parent 6ecccf3 commit 79a967e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugins/osquery/cypress/e2e/all/saved_queries.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ describe('ALL - Saved queries', { tags: ['@ess', '@serverless'] }, () => {
});
});

describe('prebuilt', () => {
// FAILING ES SERVERLESS PROMOTION: https://github.com/elastic/kibana/issues/169787
describe.skip('prebuilt', () => {
let packName: string;
let packId: string;
let savedQueryId: string;
Expand Down

0 comments on commit 79a967e

Please sign in to comment.