[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
https://github.com/elastic/elasticsearch/pull/121912
This commit is contained in:
James Gowdy 2025-02-07 16:04:14 +00:00 committed by GitHub
parent 02a88d13c2
commit fa76d89e48
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'),