[ML] Disable functional tests

This commit is contained in:
Robert Oskamp 2020-04-07 16:38:04 +02:00
parent c92289d217
commit b7d05573e7
2 changed files with 8 additions and 2 deletions

View file

@ -9,7 +9,10 @@ import { FtrProviderContext } from '../../ftr_provider_context';
export default function({ getService, loadTestFile }: FtrProviderContext) {
const ml = getService('ml');
describe('Machine Learning', function() {
// ML tests need to be disabled in orde to get the ES snapshot with
// https://github.com/elastic/elasticsearch/pull/54713 promoted
// and should be re-enabled as part of https://github.com/elastic/kibana/pull/61980
describe.skip('Machine Learning', function() {
this.tags(['mlqa']);
before(async () => {

View file

@ -8,7 +8,10 @@ import { FtrProviderContext } from '../../ftr_provider_context';
export default function({ getService, loadTestFile }: FtrProviderContext) {
const ml = getService('ml');
describe('machine learning', function() {
// ML tests need to be disabled in orde to get the ES snapshot with
// https://github.com/elastic/elasticsearch/pull/54713 promoted
// and should be re-enabled as part of https://github.com/elastic/kibana/pull/61980
describe.skip('machine learning', function() {
this.tags('ciGroup3');
before(async () => {