Skip to content

Commit fa76d89

Browse files
[ML] Unskipping transform test (#209109)
Flaky test runner https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/7844 Flakey tests all passed The underlying cause of this issue has been fixed by elastic/elasticsearch#121912
1 parent 02a88d1 commit fa76d89

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)