mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Disable failing manage_uuid tests
This commit is contained in:
parent
776c00e12a
commit
a193526d2f
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ import { createTestServers } from '../../../../../../test_utils/kbn_server';
|
|||
import manageUuid from '../manage_uuid';
|
||||
|
||||
describe('legacy/core_plugins/kibana/server/lib', function () {
|
||||
describe('manage_uuid', function () {
|
||||
// failing test, see #48426 and #48427
|
||||
describe.skip('manage_uuid', function () {
|
||||
const testUuid = 'c4add484-0cba-4e05-86fe-4baa112d9e53';
|
||||
let kbn;
|
||||
let kbnServer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue