Skip to content

Commit

Permalink
skip flaky suite (#118584)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Dec 28, 2021
1 parent 3a14135 commit 6b7f3df
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 6b7f3df

Please sign in to comment.