We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776c00e commit a193526Copy full SHA for a193526
src/legacy/core_plugins/kibana/server/lib/__tests__/manage_uuid.js
@@ -23,7 +23,8 @@ import { createTestServers } from '../../../../../../test_utils/kbn_server';
23
import manageUuid from '../manage_uuid';
24
25
describe('legacy/core_plugins/kibana/server/lib', function () {
26
- describe('manage_uuid', function () {
+ // failing test, see #48426 and #48427
27
+ describe.skip('manage_uuid', function () {
28
const testUuid = 'c4add484-0cba-4e05-86fe-4baa112d9e53';
29
let kbn;
30
let kbnServer;
0 commit comments