Skip to content

Commit

Permalink
skip flaky suite (elastic#168037)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and CoenWarmer committed Feb 15, 2024
1 parent 0a99d65 commit ebe6ea1
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 ebe6ea1

Please sign in to comment.