mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#113080)
This commit is contained in:
parent
1a2af9d7d2
commit
61ea89ff7d
1 changed files with 2 additions and 1 deletions
|
@ -192,7 +192,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
});
|
||||
});
|
||||
|
||||
describe('no dev_tools privileges', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/113080
|
||||
describe.skip('no dev_tools privileges', () => {
|
||||
before(async () => {
|
||||
await security.role.create('no_dev_tools_privileges_role', {
|
||||
kibana: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue