[ML] Disable functional transform tests

This commit is contained in:
Robert Oskamp 2020-03-18 15:31:14 +01:00
parent c8b2b05897
commit fb8175816f

View file

@ -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 () => {