Skip to content

Commit 670e730

Browse files
committed
skip flaky suite (#71867)
(cherry picked from commit d74cd9e)
1 parent b642f4f commit 670e730

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

x-pack/plugins/security_solution/cypress/integration/alerts_detection_rules_prebuilt.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ describe('Alerts rules, prebuilt rules', () => {
6767
});
6868
});
6969

70-
// https://github.com/elastic/kibana/issues/71814
70+
// FLAKY: https://github.com/elastic/kibana/issues/71814
7171
describe.skip('Deleting prebuilt rules', () => {
7272
beforeEach(() => {
7373
const expectedNumberOfRules = totalNumberOfPrebuiltRules;

x-pack/test/detection_engine_api_integration/basic/tests/add_prepackaged_rules.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ export default ({ getService }: FtrProviderContext): void => {
2020
const supertest = getService('supertest');
2121
const es = getService('es');
2222

23-
describe('add_prepackaged_rules', () => {
23+
// FLAKY: https://github.com/elastic/kibana/issues/71867
24+
describe.skip('add_prepackaged_rules', () => {
2425
describe('validation errors', () => {
2526
it('should give an error that the index must exist first if it does not exist before adding prepackaged rules', async () => {
2627
const { body } = await supertest

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default ({ getService }: FtrProviderContext): void => {
2020
const supertest = getService('supertest');
2121
const es = getService('es');
2222

23-
// https://github.com/elastic/kibana/issues/71814
23+
// FLAKY: https://github.com/elastic/kibana/issues/71814
2424
describe.skip('add_prepackaged_rules', () => {
2525
describe('validation errors', () => {
2626
it('should give an error that the index must exist first if it does not exist before adding prepackaged rules', async () => {

0 commit comments

Comments
 (0)