mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#115315)
This commit is contained in:
parent
e93765eb07
commit
ee317b0417
1 changed files with 2 additions and 1 deletions
|
@ -392,7 +392,8 @@ export default ({ getService }: FtrProviderContext) => {
|
|||
});
|
||||
});
|
||||
|
||||
describe('"exists" operator', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/115315
|
||||
describe.skip('"exists" operator', () => {
|
||||
it('will return 1 empty result if matching against ip', async () => {
|
||||
const rule = getRuleForSignalTesting(['ip_as_array']);
|
||||
const { id } = await createRuleWithExceptionEntries(supertest, rule, [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue