mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
a7ae57e485
commit
3c93c3a364
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
|||
import { FtrProviderContext } from '../../../ftr_provider_context';
|
||||
|
||||
export default function({ loadTestFile }: FtrProviderContext) {
|
||||
describe('anomaly detection', function() {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/51669
|
||||
describe.skip('anomaly detection', function() {
|
||||
loadTestFile(require.resolve('./single_metric_job'));
|
||||
loadTestFile(require.resolve('./multi_metric_job'));
|
||||
loadTestFile(require.resolve('./population_job'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue