Skip to content

Commit

Permalink
skip flaky suite (elastic#192222)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 8, 2024
1 parent 74470ec commit 550015b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ export default function ApiTest({ getService }: FtrProviderContext) {
await clearConversations(es);
});

describe('when creating private and public user instructions', () => {
// FLAKY: https://github.com/elastic/kibana/issues/192222
describe.skip('when creating private and public user instructions', () => {
before(async () => {
await clearKnowledgeBase(es);

Expand Down

0 comments on commit 550015b

Please sign in to comment.