File tree Expand file tree Collapse file tree
detection_engine_api_integration/security_and_spaces/tests
functional/apps/ml/data_frame_analytics Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ export default ({ getService }: FtrProviderContext) => {
3535 /**
3636 * Specific api integration tests for threat matching rule type
3737 */
38- describe ( 'create_threat_matching' , ( ) => {
38+ // FLAKY: https://github.com/elastic/kibana/issues/93152
39+ describe . skip ( 'create_threat_matching' , ( ) => {
3940 describe ( 'validation errors' , ( ) => {
4041 it ( 'should give an error that the index must exist first if it does not exist before creating a rule' , async ( ) => {
4142 const { body } = await supertest
Original file line number Diff line number Diff line change @@ -14,8 +14,7 @@ export default function ({ getService }: FtrProviderContext) {
1414 const esArchiver = getService ( 'esArchiver' ) ;
1515 const ml = getService ( 'ml' ) ;
1616
17- // FLAKY: https://github.com/elastic/kibana/issues/93152
18- describe . skip ( 'total feature importance panel and decision path popover' , function ( ) {
17+ describe ( 'total feature importance panel and decision path popover' , function ( ) {
1918 const testDataList : Array < {
2019 suiteTitle : string ;
2120 archive : string ;
You can’t perform that action at this time.
0 commit comments