mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Disable advanced job tests
This commit is contained in:
parent
f4477ec348
commit
a44641d2e4
1 changed files with 2 additions and 1 deletions
|
@ -274,7 +274,8 @@ export default function({ getService }: FtrProviderContext) {
|
|||
},
|
||||
];
|
||||
|
||||
describe('advanced job', function() {
|
||||
// failing test in 7.5, see #50010
|
||||
describe.skip('advanced job', function() {
|
||||
this.tags(['smoke', 'mlqa']);
|
||||
before(async () => {
|
||||
await esArchiver.load('ml/ecommerce');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue