Skip to content

Commit

Permalink
skip flaky suite. #113890
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Oct 14, 2021
1 parent c5e23b6 commit 3899046
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 3899046

Please sign in to comment.