mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#190637)
This commit is contained in:
parent
dbc4a29a9e
commit
9ea2adb7ae
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
const toasts = getService('toasts');
|
||||
|
||||
describe('ai assistant management privileges', () => {
|
||||
describe('all privileges', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/190637
|
||||
describe.skip('all privileges', () => {
|
||||
before(async () => {
|
||||
await createAndLoginUserWithCustomRole(getPageObjects, getService, {
|
||||
// we need all these privileges to view and modify Obs AI Assistant settings view
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue