skip failing test suite (#208603)

This commit is contained in:
Kibana Machine 2025-01-29 21:08:37 +11:00
parent 38af7fac8e
commit 5672d8815a

View file

@ -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/208603
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(