Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ import { cleanKibana } from '../../tasks/common';
import { login, visitWithoutDateRange } from '../../tasks/login';
import { DETECTIONS_RULE_MANAGEMENT_URL } from '../../urls/navigation';

describe('Rules selection', () => {
// TODO: See https://github.com/elastic/kibana/issues/154694
describe.skip('Rules selection', () => {
beforeEach(() => {
cleanKibana();
login();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ import { setRowsPerPageTo } from '../../tasks/table_pagination';

const DEFAULT_RULE_REFRESH_INTERVAL_VALUE = 60000;

describe('Alerts detection rules table auto-refresh', () => {
// TODO: See https://github.com/elastic/kibana/issues/154694
describe.skip('Alerts detection rules table auto-refresh', () => {
before(() => {
cleanKibana();
login();
Expand Down

0 comments on commit 4072cf2

Please sign in to comment.