Skip to content

Commit

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

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

0 comments on commit 1d1efb6

Please sign in to comment.