mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip suite failing es promotion #(174028)
This commit is contained in:
parent
5359ebe9c8
commit
b04dace671
1 changed files with 2 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue