skip flaky suite (#164381)

This commit is contained in:
Tiago Costa 2024-08-06 01:44:21 +01:00
parent 8859021b0c
commit b6eee03382
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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.createDataViewIfNeeded('ft_farequote', '@timestamp');