mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#155090)
This commit is contained in:
parent
8f962c4351
commit
1944e0c28d
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
await kibanaServer.uiSettings.update(config.get('uiSettings.defaults'));
|
||||
});
|
||||
|
||||
describe('observability cases all privileges', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/155090
|
||||
describe.skip('observability cases all privileges', () => {
|
||||
before(async () => {
|
||||
await esArchiver.load('x-pack/test/functional/es_archives/infra/metrics_and_logs');
|
||||
await observability.users.setTestUserRole(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue