skip flaky suite (#112405)

This commit is contained in:
Tyler Smalley 2021-09-18 18:34:21 -07:00
parent b8a6952445
commit 0d4a9eb384

View file

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