Skip to content

Commit

Permalink
Revert "enable landing_page tests (elastic#168037)"
Browse files Browse the repository at this point in the history
This reverts commit 1d1efb6.
  • Loading branch information
gergoabraham committed May 24, 2024
1 parent 7b5cf4c commit c561d2b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export default function ({ getPageObject, getService }: FtrProviderContext) {
const svlObltNavigation = getService('svlObltNavigation');
const SvlObltOnboardingStreamLogFilePage = getPageObject('SvlObltOnboardingStreamLogFilePage');

describe('landing page', function () {
// FLAKY: https://github.com/elastic/kibana/issues/168037
describe.skip('landing page', function () {
before(async () => {
await svlCommonPage.login();
});
Expand Down

0 comments on commit c561d2b

Please sign in to comment.