Skip to content

Commit

Permalink
skip failing test suite (#173165)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Dec 12, 2023
1 parent f90a489 commit 61a1872
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
'svlCommonNavigation',
]);

describe('Header menu', () => {
// Failing: See https://github.com/elastic/kibana/issues/173165
describe.skip('Header menu', () => {
before(async () => {
await kibanaServer.importExport.load('test/functional/fixtures/kbn_archiver/discover');
await esArchiver.load(
Expand Down

0 comments on commit 61a1872

Please sign in to comment.