[ML] Disable failing functional tests

This commit is contained in:
Robert Oskamp 2020-03-06 16:55:57 +01:00
parent 060b9fb10e
commit 708d92a00e
2 changed files with 4 additions and 2 deletions

View file

@ -165,7 +165,8 @@ export default function({ getService }: FtrProviderContext) {
},
];
describe('job on data set with date_nanos time field', function() {
// test failures, see #59419
describe.skip('job on data set with date_nanos time field', function() {
this.tags(['smoke', 'mlqa']);
before(async () => {
await esArchiver.load('ml/event_rate_nanos');

View file

@ -271,7 +271,8 @@ export default function({ getService }: FtrProviderContext) {
},
];
describe('saved search', function() {
// test failures, see #59354
describe.skip('saved search', function() {
this.tags(['smoke', 'mlqa']);
before(async () => {
await esArchiver.load('ml/farequote');