mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 03:01:21 -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 config = getService('config');
|
||||||
const log = getService('log');
|
const log = getService('log');
|
||||||
|
|
||||||
describe('users', function () {
|
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/96001
|
||||||
|
describe.skip('users', function () {
|
||||||
before(async () => {
|
before(async () => {
|
||||||
log.debug('users');
|
log.debug('users');
|
||||||
await PageObjects.settings.navigateTo();
|
await PageObjects.settings.navigateTo();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue