Skip to content

Commit

Permalink
skip failing test suite (#165386)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 1, 2023
1 parent 0b705eb commit 15ab284
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ export default function ({ getPageObject, getService }: FtrProviderContext) {
const svlCommonPage = getPageObject('svlCommonPage');
const svlCommonNavigation = getService('svlCommonNavigation');

describe('home page', function () {
// Failing: See https://github.com/elastic/kibana/issues/165386
describe.skip('home page', function () {
it('has project header', async () => {
await svlCommonNavigation.navigateToKibanaHome();
await svlCommonPage.assertProjectHeaderExists();
Expand Down

0 comments on commit 15ab284

Please sign in to comment.