Skip to content

Commit

Permalink
skip failing test suite (#168272)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Oct 6, 2023
1 parent c95721a commit feadfa5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ const yieldAppliedEndpointRevision = (): Cypress.Chainable<number> =>

const parseRevNumber = (revString: string) => Number(revString.match(/\d+/)?.[0]);

describe('Artifact pages', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
// Failing: See https://github.com/elastic/kibana/issues/168272
describe.skip('Artifact pages', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
let indexedPolicy: IndexedFleetEndpointPolicyResponse;
let policy: PolicyData;
let createdHost: CreateAndEnrollEndpointHostResponse;
Expand Down

0 comments on commit feadfa5

Please sign in to comment.