Skip to content

Commit

Permalink
[SKIP ON MKI] `x-pack/test_serverless/functional/test_suites/search/i…
Browse files Browse the repository at this point in the history
…nference_management.ts` (elastic#204540)

## Summary

see details: elastic#204539
  • Loading branch information
wayneseymour authored Dec 17, 2024
1 parent 5c260a4 commit e012c49
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const ml = getService('ml');

describe('Serverless Inference Management UI', function () {
// see details: https://github.com/elastic/kibana/issues/204539
this.tags(['failsOnMKI']);
const endpoint = 'endpoint-1';
const taskType = 'sparse_embedding';
const modelConfig = {
Expand Down

0 comments on commit e012c49

Please sign in to comment.