Skip to content

Commit

Permalink
[7.x] [ML] Disable functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyos committed Apr 7, 2020
1 parent 8de57b6 commit 59b1a24
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion x-pack/test/api_integration/apis/ml/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down
5 changes: 4 additions & 1 deletion x-pack/test/functional/apps/machine_learning/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 59b1a24

Please sign in to comment.