Skip to content

Commit

Permalink
skip flaky suites (#114418)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and Tyler Smalley committed Oct 11, 2021
1 parent 804da09 commit a03aa7b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit a03aa7b

Please sign in to comment.