skip suite failing es promotion #(174028)

This commit is contained in:
Jonathan Budzenski 2023-12-28 09:42:17 -06:00
parent 5359ebe9c8
commit b04dace671

View file

@ -19,7 +19,8 @@ export default ({ getService }: FtrProviderContext) => {
const supertest = getService('supertest');
const supertestWithoutAuth = getService('supertestWithoutAuth');
describe('@ess @serverless @brokenInServerless read_privileges', () => {
// Failing ES Promotion: https://github.com/elastic/kibana/issues/174028
describe.skip('@ess @serverless @brokenInServerless read_privileges', () => {
it('should return expected privileges for elastic admin', async () => {
const { body } = await supertest.get(DETECTION_ENGINE_PRIVILEGES_URL).send().expect(200);
expect(body).to.eql({