Skip to content

Commit

Permalink
skip flaky suite (elastic#168284)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and dej611 committed Oct 17, 2023
1 parent daa9f28 commit aeb97df
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ import { createEndpointHost } from '../../tasks/create_endpoint_host';
import { deleteAllLoadedEndpointData } from '../../tasks/delete_all_endpoint_data';
import { enableAllPolicyProtections } from '../../tasks/endpoint_policy';

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

0 comments on commit aeb97df

Please sign in to comment.