skip flaky suites (#114418)

This commit is contained in:
Tiago Costa 2021-10-11 13:44:50 +01:00 committed by Tyler Smalley
parent 804da091b4
commit a03aa7b7fa

View file

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