Skip to content

Commit

Permalink
skip failing test suite (elastic#165386)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored and sphilipse committed Sep 4, 2023
1 parent 8ca9bea commit 504c3d9
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 504c3d9

Please sign in to comment.