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 TattdCodeMonkey committed Nov 21, 2024
1 parent f435423 commit 27acb0c
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 27acb0c

Please sign in to comment.