Skip to content

Commit

Permalink
skip flaky suite (elastic#191707)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and paulinashakirova committed Nov 26, 2024
1 parent 208d438 commit 36ba170
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const testSubjects = getService('testSubjects');

describe('ai assistant management privileges', () => {
describe('all privileges', () => {
// FLAKY: https://github.com/elastic/kibana/issues/191707
describe.skip('all privileges', () => {
before(async () => {
await createAndLoginUserWithCustomRole(getPageObjects, getService, {
// we need all these privileges to view and modify Obs AI Assistant settings view
Expand Down

0 comments on commit 36ba170

Please sign in to comment.