Skip to content

Commit

Permalink
[Security Solution] Skips EQL test (#116456)
Browse files Browse the repository at this point in the history
  • Loading branch information
MadameSheema authored Oct 27, 2021
1 parent 6fbda83 commit 9330ea7
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 9330ea7

Please sign in to comment.