mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#136218)
This commit is contained in:
parent
d23f189ccf
commit
3fb87f55e3
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ export default function ({ getPageObjects, getService }) {
|
|||
const dashboardAddPanel = getService('dashboardAddPanel');
|
||||
const dashboardPanelActions = getService('dashboardPanelActions');
|
||||
|
||||
describe('maps in embeddable library', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/136218
|
||||
describe.skip('maps in embeddable library', () => {
|
||||
before(async () => {
|
||||
await security.testUser.setRoles(
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue