Skip to content

Commit

Permalink
skip failing test suite (#191707)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Nov 20, 2024
1 parent 59d5016 commit 393ffa5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const ui = getService('observabilityAIAssistantUI');
const testSubjects = getService('testSubjects');

describe('ai assistant management privileges', () => {
// Failing: See https://github.com/elastic/kibana/issues/191707
describe.skip('ai assistant management privileges', () => {
// FLAKY: https://github.com/elastic/kibana/issues/191707
describe.skip('all privileges', () => {
before(async () => {
Expand Down

0 comments on commit 393ffa5

Please sign in to comment.