[SKIP ON MKI] .../build_dashboard.ts (#217507)

see details: https://github.com/elastic/kibana/issues/207097
This commit is contained in:
Tre 2025-04-09 15:42:34 +01:00 committed by GitHub
parent 7951e7bca5
commit 3917dbccd6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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