mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
parent
68be5c2e6d
commit
3e388b42c9
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ import {
|
||||||
import { ALERTS_URL } from '../../urls/navigation';
|
import { ALERTS_URL } from '../../urls/navigation';
|
||||||
import { cleanKibana } from '../../tasks/common';
|
import { cleanKibana } from '../../tasks/common';
|
||||||
|
|
||||||
describe('From alert', () => {
|
describe.skip('From alert', () => {
|
||||||
const NUMBER_OF_AUDITBEAT_EXCEPTIONS_ALERTS = '1 alert';
|
const NUMBER_OF_AUDITBEAT_EXCEPTIONS_ALERTS = '1 alert';
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|
|
@ -35,7 +35,7 @@ import { refreshPage } from '../../tasks/security_header';
|
||||||
import { ALERTS_URL } from '../../urls/navigation';
|
import { ALERTS_URL } from '../../urls/navigation';
|
||||||
import { cleanKibana } from '../../tasks/common';
|
import { cleanKibana } from '../../tasks/common';
|
||||||
|
|
||||||
describe('From rule', () => {
|
describe.skip('From rule', () => {
|
||||||
const NUMBER_OF_AUDITBEAT_EXCEPTIONS_ALERTS = '1';
|
const NUMBER_OF_AUDITBEAT_EXCEPTIONS_ALERTS = '1';
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
cleanKibana();
|
cleanKibana();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue