mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#179181)
This commit is contained in:
parent
c47473b99a
commit
4bb5d801f1
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue