Skip to content

Commit b33ea36

Browse files
committed
skip flaky suite (#93152)
1 parent a8adbbf commit b33ea36

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

x-pack/test/detection_engine_api_integration/security_and_spaces/tests/create_threat_matching.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

x-pack/test/functional/apps/ml/data_frame_analytics/feature_importance.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)