Skip to content

Commit

Permalink
skip flaky suite (#204507)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 23, 2024
1 parent fd47d2e commit 34bc507
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
});
});

describe('delete action', () => {
// FLAKY: https://github.com/elastic/kibana/issues/204507
describe.skip('delete action', () => {
const usageIndex = 'elser_index';
beforeEach(async () => {
await ml.api.createInferenceEndpoint(endpoint, taskType, modelConfig);
Expand Down

0 comments on commit 34bc507

Please sign in to comment.