skip failing test suite (#176445)

This commit is contained in:
Kibana Machine 2024-07-17 18:15:54 +02:00
parent 34b2c21b9f
commit 5afbed3165

View file

@ -78,7 +78,8 @@ export default function featureControlsTests({ getService }: FtrProviderContext)
.catch((error: any) => ({ error, response: undefined }));
}
describe('feature controls', () => {
// Failing: See https://github.com/elastic/kibana/issues/176445
describe.skip('feature controls', () => {
it(`settings can be saved with the advancedSettings: ["all"] feature privilege`, async () => {
const username = 'settings_all';
const roleName = 'settings_all';