Skip to content

Commit

Permalink
Disable failing manage_uuid tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyos committed Nov 12, 2019
1 parent 776c00e commit a193526
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a193526

Please sign in to comment.