Skip to content

Commit

Permalink
[ML] API integration tests - skip GetAnomaliesTableData
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyos committed Dec 9, 2020
1 parent af58896 commit f85dce0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ export default ({ getService }: FtrProviderContext) => {
await ml.api.cleanMlIndices();
});

it('should fetch anomalies table data', async () => {
// Failing ES snapshot promotion after a ml-cpp change
// See https://github.com/elastic/kibana/issues/85363
it.skip('should fetch anomalies table data', async () => {
const requestBody = {
jobIds: [JOB_CONFIG.job_id],
criteriaFields: [{ fieldName: 'detector_index', fieldValue: 0 }],
Expand Down

0 comments on commit f85dce0

Please sign in to comment.