Skip to content

Commit

Permalink
skip failing test suite (#164381)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jun 12, 2024
1 parent 447e6ec commit fdb387c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const ml = getService('ml');

describe('forecasts', function () {
// Failing: See https://github.com/elastic/kibana/issues/164381
describe.skip('forecasts', function () {
this.tags(['ml']);

describe('with single metric job', function () {
Expand Down

0 comments on commit fdb387c

Please sign in to comment.