skip flaky suite (#118584)

This commit is contained in:
Tiago Costa 2021-11-15 18:29:09 +00:00
parent 8654bdf2fd
commit d417d0a97a
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -63,7 +63,8 @@ export default function ({ getService }: FtrProviderContext) {
const ml = getService('ml');
const elasticChart = getService('elasticChart');
describe('anomaly explorer', function () {
// FLAKY: https://github.com/elastic/kibana/issues/118584
describe.skip('anomaly explorer', function () {
this.tags(['mlqa']);
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/farequote');