Skip to content

Commit 62e4165

Browse files
committed
skip flaky suite (#231420)
1 parent 358a5cd commit 62e4165

File tree

1 file changed

+2
-1
lines changed
  • x-pack/solutions/observability/test/observability_ai_assistant_functional/tests/knowledge_base_management

1 file changed

+2
-1
lines changed

x-pack/solutions/observability/test/observability_ai_assistant_functional/tests/knowledge_base_management/index.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ export default function ApiTest({ getService, getPageObjects }: FtrProviderConte
200200
});
201201
});
202202

203-
describe('Bulk import knowledge base entries', () => {
203+
// FLAKY: https://github.com/elastic/kibana/issues/231420
204+
describe.skip('Bulk import knowledge base entries', () => {
204205
const tempDir = os.tmpdir();
205206
const tempFilePath = path.join(tempDir, 'bulk_import.ndjson');
206207

0 commit comments

Comments
 (0)