Skip to content

Commit

Permalink
skip failing es promotion suite (#109349)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 19, 2021
1 parent e14f814 commit 96dfabd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/security/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ export default function ({ getService, getPageObjects }) {
const config = getService('config');
const log = getService('log');

describe('users', function () {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/109349
describe.skip('users', function () {
before(async () => {
log.debug('users');
await PageObjects.settings.navigateTo();
Expand Down

0 comments on commit 96dfabd

Please sign in to comment.