Skip to content

Commit

Permalink
skip failing test suite (elastic#176757)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored and fkanout committed Mar 4, 2024
1 parent 06a10fe commit 37ec84a
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 37ec84a

Please sign in to comment.