mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#203407)
This commit is contained in:
parent
8f53424ddb
commit
60becced51
1 changed files with 2 additions and 1 deletions
|
@ -67,7 +67,8 @@ export default function ApiTest({ getService }: FtrProviderContext) {
|
|||
},
|
||||
];
|
||||
|
||||
describe('/internal/observability_ai_assistant/chat/complete', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/203407
|
||||
describe.skip('/internal/observability_ai_assistant/chat/complete', function () {
|
||||
// TODO: https://github.com/elastic/kibana/issues/192751
|
||||
this.tags(['skipMKI']);
|
||||
let proxy: LlmProxy;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue