Skip to content

Commit eac0359

Browse files
rylndkibanamachine
andauthored
[Security Solution][Detections] Re-enable skipped integration test (#87254) (#87397)
* Re-enable test skipped due to temporary failure This failure may still be present/intermittent, but it passes reliably locally; trying again on CI to check status. * Triggering build This should fail on the latest snapshot * Update EQL integration tests to reflect new default pipe We were previously using what is effectively `results | head` to retrieve the desired amount of results. The default behavior was changed in elastic/elasticsearch#66387, which caused these tests to fail as different results were returned over such a large dataset. Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
1 parent 2f975ed commit eac0359

1 file changed

Lines changed: 9 additions & 12 deletions

File tree

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

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,7 @@ export default ({ getService }: FtrProviderContext) => {
201201
});
202202
});
203203

204-
// ES PROMOTION FAILURE: http://github.com/elastic/kibana/issues/86709
205-
describe.skip('EQL Rules', () => {
204+
describe('EQL Rules', () => {
206205
it('generates signals from EQL sequences in the expected form', async () => {
207206
const rule: EqlCreateSchema = {
208207
...getRuleForSignalTesting(['auditbeat-*']),
@@ -226,28 +225,26 @@ export default ({ getService }: FtrProviderContext) => {
226225
ancestors: [
227226
{
228227
depth: 0,
229-
id: 'UBXOBmkBR346wHgnLP8T',
228+
id: 'gCF0B2kBR346wHgnb7m0',
230229
index: 'auditbeat-8.0.0-2019.02.19-000001',
231230
type: 'event',
232231
},
233232
],
234233
original_event: {
235-
action: 'boot',
236-
dataset: 'login',
237-
kind: 'event',
238-
module: 'system',
239-
origin: '/var/log/wtmp',
234+
action: 'error',
235+
category: 'user-login',
236+
module: 'auditd',
240237
},
241238
parent: {
242239
depth: 0,
243-
id: 'UBXOBmkBR346wHgnLP8T',
240+
id: 'gCF0B2kBR346wHgnb7m0',
244241
index: 'auditbeat-8.0.0-2019.02.19-000001',
245242
type: 'event',
246243
},
247244
parents: [
248245
{
249246
depth: 0,
250-
id: 'UBXOBmkBR346wHgnLP8T',
247+
id: 'gCF0B2kBR346wHgnb7m0',
251248
index: 'auditbeat-8.0.0-2019.02.19-000001',
252249
type: 'event',
253250
},
@@ -284,7 +281,7 @@ export default ({ getService }: FtrProviderContext) => {
284281
ancestors: [
285282
{
286283
depth: 0,
287-
id: 'UBXOBmkBR346wHgnLP8T',
284+
id: 'gCF0B2kBR346wHgnb7m0',
288285
index: 'auditbeat-8.0.0-2019.02.19-000001',
289286
type: 'event',
290287
},
@@ -297,7 +294,7 @@ export default ({ getService }: FtrProviderContext) => {
297294
},
298295
{
299296
depth: 0,
300-
id: 'URXOBmkBR346wHgnLP8T',
297+
id: 'CCF0B2kBR346wHgngLtX',
301298
index: 'auditbeat-8.0.0-2019.02.19-000001',
302299
type: 'event',
303300
},

0 commit comments

Comments
 (0)