Skip to content

Commit 3b0b406

Browse files
[9.0] [ML] Unskipping transform test (#209109) (#210213)
# Backport This will backport the following commits from `main` to `9.0`: - [[ML] Unskipping transform test (#209109)](#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":"[email protected]"},"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 <[email protected]>
1 parent b64f0b2 commit 3b0b406

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

x-pack/test/functional/apps/transform/actions/resetting.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ export default function ({ getService }: FtrProviderContext) {
1414
const esArchiver = getService('esArchiver');
1515
const transform = getService('transform');
1616

17-
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/208870
18-
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/208871
19-
describe.skip('resetting', function () {
17+
describe('resetting', function () {
2018
const PREFIX = 'resetting';
2119

2220
const testDataList = [

x-pack/test/functional/apps/transform/edit_clone/editing.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ export default function ({ getService }: FtrProviderContext) {
1818
const esArchiver = getService('esArchiver');
1919
const transform = getService('transform');
2020

21-
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/208872
22-
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/208874
23-
describe.skip('editing', function () {
21+
describe('editing', function () {
2422
const transformConfigWithPivot: TransformPivotConfig = getPivotTransformConfig('editing');
2523
const transformConfigWithLatest: TransformLatestConfig = {
2624
...getLatestTransformConfig('editing'),

0 commit comments

Comments
 (0)