mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip suite blocking es promotion (#96001)
This commit is contained in:
parent
a6e1425c0d
commit
329e75d124
1 changed files with 2 additions and 1 deletions
|
@ -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/96001
|
||||
describe.skip('users', function () {
|
||||
before(async () => {
|
||||
log.debug('users');
|
||||
await PageObjects.settings.navigateTo();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue