mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
# Backport This will backport the following commits from `main` to `8.11`: - [[ML] Unskip flaky transform creation test with runtime field mappings (#168546)](https://github.com/elastic/kibana/pull/168546) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Quynh Nguyen (Quinn)","email":"43350163+qn895@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-10-30T15:50:58Z","message":"[ML] Unskip flaky transform creation test with runtime field mappings (#168546)\n\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"9fe0eb9aced2c44c7c46ef58dbc136eeb76b2a8b","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":[":ml","release_note:skip","v8.11.0","v8.12.0"],"number":168546,"url":"https://github.com/elastic/kibana/pull/168546","mergeCommit":{"message":"[ML] Unskip flaky transform creation test with runtime field mappings (#168546)\n\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"9fe0eb9aced2c44c7c46ef58dbc136eeb76b2a8b"}},"sourceBranch":"main","suggestedTargetBranches":["8.11"],"targetPullRequestStates":[{"branch":"8.11","label":"v8.11.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/168546","number":168546,"mergeCommit":{"message":"[ML] Unskip flaky transform creation test with runtime field mappings (#168546)\n\nCo-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>","sha":"9fe0eb9aced2c44c7c46ef58dbc136eeb76b2a8b"}}]}] BACKPORT--> Co-authored-by: Quynh Nguyen (Quinn) <43350163+qn895@users.noreply.github.com>
This commit is contained in:
parent
c837019b67
commit
d99488b7fd
1 changed files with 1 additions and 2 deletions
|
@ -34,8 +34,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
},
|
||||
};
|
||||
|
||||
// Failing: See https://github.com/elastic/kibana/issues/166395
|
||||
describe.skip('creation with runtime mappings', function () {
|
||||
describe('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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue