Skip to content

Commit

Permalink
[Obs AI Assistant] Skip MKI due to security exception (#205537)
Browse files Browse the repository at this point in the history
  • Loading branch information
viduni94 committed Jan 6, 2025
1 parent f993878 commit c32cb2f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ export default function ApiTest({ getService }: FtrProviderContext) {
}

describe('When there are knowledge base entries (from 8.15 or earlier) that does not contain semantic_text embeddings', function () {
this.tags(['skipMKI']);

before(async () => {
await clearKnowledgeBase(es);
await esArchiver.load(archive);
Expand Down

0 comments on commit c32cb2f

Please sign in to comment.