mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#172618)
This commit is contained in:
parent
a35425c2ca
commit
077f3de10a
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ describe('Detection ES|QL rules, creation', { tags: ['@ess'] }, () => {
|
|||
const rule = getEsqlRule();
|
||||
const expectedNumberOfRules = 1;
|
||||
|
||||
describe('creation', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/172618
|
||||
describe.skip('creation', () => {
|
||||
beforeEach(() => {
|
||||
deleteAlertsAndRules();
|
||||
login();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue