Skip to content

Commit

Permalink
skip failing test suite (#176757)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Feb 12, 2024
1 parent 028b993 commit ed2b987
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ import {
THREAT_INTELLIGENCE_PAGE,
} from '../../../screens/kibana_navigation';

describe('top-level navigation common to all pages in the Security app', { tags: '@ess' }, () => {
// Failing: See https://github.com/elastic/kibana/issues/176757
describe.skip('top-level navigation common to all pages in the Security app', { tags: '@ess' }, () => {
beforeEach(() => {
login();
visitWithTimeRange(TIMELINES_URL);
Expand Down

0 comments on commit ed2b987

Please sign in to comment.