Skip to content

Commit

Permalink
[7.x] [ML] Disable functional transform tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyos committed Mar 18, 2020
1 parent 1546a85 commit 90239f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/transform/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ import { FtrProviderContext } from '../../ftr_provider_context';
export default function({ getService, loadTestFile }: FtrProviderContext) {
const transform = getService('transform');

describe('transform', function() {
// prevent test failures with current ES snapshot, see https://github.com/elastic/kibana/issues/60516
describe.skip('transform', function() {
this.tags(['ciGroup9', 'transform']);

before(async () => {
Expand Down

0 comments on commit 90239f7

Please sign in to comment.