skip flaky suite (#118584)

This commit is contained in:
spalger 2021-12-28 08:43:27 -06:00
parent 3a141352f7
commit 6b7f3df72c

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');