mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[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:
parent
02a88d13c2
commit
fa76d89e48
2 changed files with 2 additions and 6 deletions
|
@ -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 = [
|
||||
|
|
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue