mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[SKIP ON MKI] .../build_dashboard.ts (#217507)
see details: https://github.com/elastic/kibana/issues/207097
This commit is contained in:
parent
7951e7bca5
commit
3917dbccd6
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
const dashboardPanelActions = getService('dashboardPanelActions');
|
||||
|
||||
describe('Building a new dashboard', function () {
|
||||
// see details: https://github.com/elastic/kibana/issues/207097
|
||||
this.tags(['failsOnMKI']);
|
||||
before(async () => {
|
||||
await PageObjects.svlCommonPage.loginWithPrivilegedRole();
|
||||
await kibanaServer.savedObjects.cleanStandardList();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue