Skip to content

Commit 9fcf1f0

Browse files
committed
skip flaky suite (#83772)
1 parent 152819f commit 9fcf1f0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@ describe('Custom detection rules creation', () => {
215215
});
216216
});
217217

218-
describe('Custom detection rules deletion and edition', () => {
218+
// FLAKY: https://github.com/elastic/kibana/issues/83772
219+
describe.skip('Custom detection rules deletion and edition', () => {
219220
beforeEach(() => {
220221
esArchiverLoad('custom_rules');
221222
loginAndWaitForPageWithoutDateRange(DETECTIONS_URL);

0 commit comments

Comments
 (0)