Skip to content

Commit

Permalink
skip flaky suite (#191243)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 17, 2024
1 parent 87349c6 commit 5f3729c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const testSubjects = getService('testSubjects');
const endpointTestResources = getService('endpointTestResources');

describe('Endpoint permissions:', function () {
// FLAKY: https://github.com/elastic/kibana/issues/191243
describe.skip('Endpoint permissions:', function () {
targetTags(this, ['@ess']);

let indexedData: IndexedHostsAndAlertsResponse;
Expand Down

0 comments on commit 5f3729c

Please sign in to comment.