mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Skip serverless AI assistant connector tests for MKI runs (#211180)
## Summary This PR skips the serverless Observability AI assistant connectors API integration test suite for MKI runs. Failure details in #211175
This commit is contained in:
parent
596312b02c
commit
d4c40e7821
1 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,10 @@ import type { DeploymentAgnosticFtrProviderContext } from '../../../../ftr_provi
|
|||
|
||||
export default function ApiTest({ getService }: DeploymentAgnosticFtrProviderContext) {
|
||||
const observabilityAIAssistantAPIClient = getService('observabilityAIAssistantApi');
|
||||
describe('List connectors', () => {
|
||||
describe('List connectors', function () {
|
||||
// Fails on MKI: https://github.com/elastic/kibana/issues/211175
|
||||
this.tags(['failsOnMKI']);
|
||||
|
||||
before(async () => {
|
||||
await observabilityAIAssistantAPIClient.deleteAllActionConnectors();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue