Skip to content

Commit 27a4956

Browse files
committed
[Obs AI Assistant] Unskip summarize tests (elastic#218728)
Closes elastic#218497 ## Summary The summarize tests were skipped last week because they were failing and blocking pipelines. These tests have started to fail after the merge of elastic/elasticsearch#126635 These changes were reverted last week in elastic/elasticsearch#127075 Therefore, this PR unskips the tests. ### Checklist - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) (cherry picked from commit 766cd47)
1 parent 87d7a72 commit 27a4956

File tree

2 files changed

+2
-4
lines changed
  • x-pack/test
    • api_integration/deployment_agnostic/apis/observability/ai_assistant/complete/functions
    • observability_ai_assistant_functional/tests/knowledge_base_management

2 files changed

+2
-4
lines changed

x-pack/test/api_integration/deployment_agnostic/apis/observability/ai_assistant/complete/functions/summarize.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ export default function ApiTest({ getService }: DeploymentAgnosticFtrProviderCon
2424
const es = getService('es');
2525
const observabilityAIAssistantAPIClient = getService('observabilityAIAssistantApi');
2626

27-
// Failing test: https://github.com/elastic/kibana/issues/218497
28-
describe.skip('summarize', function () {
27+
describe('summarize', function () {
2928
// Fails on MKI: https://github.com/elastic/kibana/issues/205581
3029
this.tags(['failsOnMKI']);
3130
let proxy: LlmProxy;

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ export default function ApiTest({ getService, getPageObjects }: FtrProviderConte
4848
}).expect(200);
4949
}
5050

51-
// Failing test: https://github.com/elastic/kibana/issues/218327
52-
describe.skip('Knowledge management tab', () => {
51+
describe('Knowledge management tab', () => {
5352
before(async () => {
5453
await clearKnowledgeBase(es);
5554

0 commit comments

Comments
 (0)