Skip to content

Commit 7de3514

Browse files
committed
skip failing test suite (#205656)
1 parent e32ff8e commit 7de3514

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/test_serverless/api_integration/test_suites/observability/ai_assistant/tests/knowledge_base/knowledge_base_user_instructions.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ export default function ApiTest({ getService }: FtrProviderContext) {
3737
const svlCommonApi = getService('svlCommonApi');
3838
const retry = getService('retry');
3939

40-
describe('Knowledge base user instructions', function () {
40+
// Failing: See https://github.com/elastic/kibana/issues/205656
41+
describe.skip('Knowledge base user instructions', function () {
4142
// TODO: https://github.com/elastic/kibana/issues/192751
4243
this.tags(['skipMKI']);
4344
let editorRoleAuthc: RoleCredentials;

0 commit comments

Comments
 (0)