Skip to content

Commit

Permalink
skip flaky suite (#170371)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Apr 22, 2024
1 parent add4c51 commit d8c41c8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ describe('Response console', { tags: ['@ess', '@serverless'] }, () => {
login();
});

describe('Processes operations:', () => {
// FLAKY: https://github.com/elastic/kibana/issues/170371
describe.skip('Processes operations:', () => {
let indexedPolicy: IndexedFleetEndpointPolicyResponse;
let policy: PolicyData;
let createdHost: CreateAndEnrollEndpointHostResponse;
Expand Down

0 comments on commit d8c41c8

Please sign in to comment.