Skip to content

Commit

Permalink
[Security Solution] Skips EQL test (elastic#116456)
Browse files Browse the repository at this point in the history
  • Loading branch information
MadameSheema authored and nkhristinin committed Oct 28, 2021
1 parent 4d8fc31 commit c5e6c91
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ import { loginAndWaitForPageWithoutDateRange } from '../../tasks/login';

import { ALERTS_URL } from '../../urls/navigation';

describe('Detection rules, EQL', () => {
describe.skip('Detection rules, EQL', () => {
const expectedUrls = getEqlRule().referenceUrls.join('');
const expectedFalsePositives = getEqlRule().falsePositivesExamples.join('');
const expectedTags = getEqlRule().tags.join('');
Expand Down Expand Up @@ -169,7 +169,7 @@ describe('Detection rules, EQL', () => {
});
});

describe('Detection rules, sequence EQL', () => {
describe.skip('Detection rules, sequence EQL', () => {
const expectedNumberOfRules = 1;
const expectedNumberOfSequenceAlerts = '1 alert';

Expand Down

0 comments on commit c5e6c91

Please sign in to comment.