File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
x-pack/test/accessibility/apps Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ export default function ({ getService }: FtrProviderContext) {
1313 const a11y = getService ( 'a11y' ) ;
1414 const ml = getService ( 'ml' ) ;
1515
16- // Failing: See https://github.com/elastic/kibana/issues/94666
17- describe . skip ( 'ml' , ( ) => {
16+ describe ( 'ml' , ( ) => {
1817 const esArchiver = getService ( 'esArchiver' ) ;
1918
2019 before ( async ( ) => {
@@ -279,6 +278,7 @@ export default function ({ getService }: FtrProviderContext) {
279278
280279 it ( 'data frame analytics create job validation step for outlier job' , async ( ) => {
281280 await ml . dataFrameAnalyticsCreation . continueToValidationStep ( ) ;
281+ await ml . dataFrameAnalyticsCreation . assertValidationCalloutsExists ( ) ;
282282 await a11y . testAppSnapshot ( ) ;
283283 } ) ;
284284
You can’t perform that action at this time.
0 commit comments