skip failing test suite (#179181)

This commit is contained in:
Kibana Machine 2024-03-21 14:23:12 -04:00
parent c47473b99a
commit 4bb5d801f1

View file

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