mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#171649)
This commit is contained in:
parent
d748bc38e1
commit
c4171beda0
1 changed files with 2 additions and 1 deletions
|
@ -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/171649
|
||||
describe.skip('Endpoint permissions:', function () {
|
||||
targetTags(this, ['@ess']);
|
||||
|
||||
let indexedData: IndexedHostsAndAlertsResponse;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue