[8.x] [ML] Unskipping transform test (#209109) (#210212)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[ML] Unskipping transform test
(#209109)](https://github.com/elastic/kibana/pull/209109)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"James
Gowdy","email":"jgowdy@elastic.co"},"sourceCommit":{"committedDate":"2025-02-07T16:04:14Z","message":"[ML]
Unskipping transform test (#209109)\n\nFlaky test
runner\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7844\r\nFlakey
tests all passed\r\n\r\nThe underlying cause of this issue has been
fixed
by\r\nhttps://github.com/elastic/elasticsearch/pull/121912","sha":"fa76d89e48276fa14196fe8330fb28409e37156e","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["non-issue",":ml","release_note:skip","Feature:Transforms","v9.0.0","backport:version","v8.18.0","v9.1.0","v8.19.0"],"title":"[ML]
Unskipping transform
test","number":209109,"url":"https://github.com/elastic/kibana/pull/209109","mergeCommit":{"message":"[ML]
Unskipping transform test (#209109)\n\nFlaky test
runner\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7844\r\nFlakey
tests all passed\r\n\r\nThe underlying cause of this issue has been
fixed
by\r\nhttps://github.com/elastic/elasticsearch/pull/121912","sha":"fa76d89e48276fa14196fe8330fb28409e37156e"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.18","8.x"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/209109","number":209109,"mergeCommit":{"message":"[ML]
Unskipping transform test (#209109)\n\nFlaky test
runner\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7844\r\nFlakey
tests all passed\r\n\r\nThe underlying cause of this issue has been
fixed
by\r\nhttps://github.com/elastic/elasticsearch/pull/121912","sha":"fa76d89e48276fa14196fe8330fb28409e37156e"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: James Gowdy <jgowdy@elastic.co>
This commit is contained in:
Kibana Machine 2025-02-08 04:53:35 +11:00 committed by GitHub
parent 48e1f793ed
commit c0e3e39309
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 6 deletions

View file

@ -14,9 +14,7 @@ export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const transform = getService('transform');
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/208870
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/208871
describe.skip('resetting', function () {
describe('resetting', function () {
const PREFIX = 'resetting';
const testDataList = [

View file

@ -18,9 +18,7 @@ export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const transform = getService('transform');
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/208872
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/208874
describe.skip('editing', function () {
describe('editing', function () {
const transformConfigWithPivot: TransformPivotConfig = getPivotTransformConfig('editing');
const transformConfigWithLatest: TransformLatestConfig = {
...getLatestTransformConfig('editing'),