Skip to content

Commit

Permalink
skip failing test suite (elastic#206195)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jan 13, 2025
1 parent a7be8f4 commit a050e4e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export default ({ getService }: FtrProviderContext) => {
const log = getService('log');
const esArchiver = getService('esArchiver');

describe('@ess Security AI Assistant - Indices with `semantic_text` fields', () => {
// Failing: See https://github.com/elastic/kibana/issues/206195
describe.skip('@ess Security AI Assistant - Indices with `semantic_text` fields', () => {
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/security_solution/ignore_fields');
await esArchiver.load(
Expand Down

0 comments on commit a050e4e

Please sign in to comment.