mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
skip flaky suite (#224780)
This commit is contained in:
parent
e585c2223d
commit
daa036f0d5
1 changed files with 2 additions and 1 deletions
|
@ -159,7 +159,8 @@ export default ({ getService }: FtrProviderContext) => {
|
|||
);
|
||||
});
|
||||
|
||||
describe('KQL', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/224780
|
||||
describe.skip('KQL', () => {
|
||||
it('should generate alerts with event.ingested, @timestamp and (event.ingested + timestamp)', async () => {
|
||||
const rule: QueryRuleCreateProps = {
|
||||
...getRuleForAlertTesting(['myfa*']),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue