skip failing test suite (#200020)

This commit is contained in:
Kibana Machine 2024-11-15 08:02:22 +11:00
parent 364b226019
commit 4472792621

View file

@ -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');