mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suites (#116064)
This commit is contained in:
parent
6cafc358bd
commit
847b3cdc8a
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ export default ({ getService, getPageObjects }: FtrProviderContext) => {
|
|||
await esArchiver.unload('x-pack/test/functional/es_archives/observability/alerts');
|
||||
});
|
||||
|
||||
describe('When user has all priviledges for cases', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/116064
|
||||
describe.skip('When user has all priviledges for cases', () => {
|
||||
before(async () => {
|
||||
await observability.users.setTestUserRole(
|
||||
observability.users.defineBasicObservabilityRole({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue