mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#156312)
This commit is contained in:
parent
7e1ba841b5
commit
f10b88f5ab
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');
|
await esArchiver.unload('x-pack/test/functional/es_archives/observability/alerts');
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('When user has all privileges for cases', () => {
|
// FLAKY: https://github.com/elastic/kibana/issues/156312
|
||||||
|
describe.skip('When user has all privileges for cases', () => {
|
||||||
before(async () => {
|
before(async () => {
|
||||||
await observability.users.setTestUserRole(
|
await observability.users.setTestUserRole(
|
||||||
observability.users.defineBasicObservabilityRole({
|
observability.users.defineBasicObservabilityRole({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue