mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#200020)
This commit is contained in:
parent
364b226019
commit
4472792621
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue