Skip to content

Commit

Permalink
skip failing test suite (#200020)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Nov 14, 2024
1 parent 364b226 commit 4472792
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await esDeleteAllIndices(['search-*', 'test-*']);
};

describe('Elasticsearch Start [Onboarding Empty State]', function () {
// Failing: See https://github.com/elastic/kibana/issues/200020
describe.skip('Elasticsearch Start [Onboarding Empty State]', function () {
describe('developer', function () {
before(async () => {
await pageObjects.svlCommonPage.loginWithRole('developer');
Expand Down

0 comments on commit 4472792

Please sign in to comment.