Skip to content

Commit

Permalink
skip flaky suite (#164381)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 22, 2023
1 parent 58334b5 commit 83a0eec
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ export default function ({ getService }: FtrProviderContext) {
describe('forecasts', function () {
this.tags(['ml']);

describe('with single metric job', function () {
// FLAKY: https://github.com/elastic/kibana/issues/164381
describe.skip('with single metric job', function () {
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/farequote');
await ml.testResources.createIndexPatternIfNeeded('ft_farequote', '@timestamp');
Expand Down

0 comments on commit 83a0eec

Please sign in to comment.