mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#176445)
This commit is contained in:
parent
34b2c21b9f
commit
5afbed3165
1 changed files with 2 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue