skip flaky suite. #113890

This commit is contained in:
Jonathan Budzenski 2021-10-14 09:51:46 -05:00
parent c5e23b6a5b
commit 3899046313

View file

@ -33,7 +33,9 @@ export default function ({ getService }: FtrProviderContext) {
script: "emit(doc['responsetime'].value * 2.0)",
},
};
describe('creation with runtime mappings', function () {
// FLAKY https://github.com/elastic/kibana/issues/113890
describe.skip('creation with runtime mappings', function () {
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/farequote');
await transform.testResources.createIndexPatternIfNeeded('ft_farequote', '@timestamp');