File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
x-pack/test/functional/apps/transform Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff 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 = [
Original file line number Diff line number Diff 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' ) ,
You can’t perform that action at this time.
0 commit comments