mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suites (#114418)
This commit is contained in:
parent
804da091b4
commit
a03aa7b7fa
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ export default function ({ getPageObjects, getService }) {
|
|||
const PageObjects = getPageObjects(['maps']);
|
||||
const security = getService('security');
|
||||
|
||||
describe('docvalue_fields', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/114418
|
||||
describe.skip('docvalue_fields', () => {
|
||||
before(async () => {
|
||||
await security.testUser.setRoles(['global_maps_read', 'test_logstash_reader'], false);
|
||||
await PageObjects.maps.loadSavedMap('document example');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue