mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
parent
bb79547905
commit
084ded7e33
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ const RUN_KBN_SERVER_STARTUP = require.resolve('./fixtures/run_kbn_server_startu
|
||||||
const SETUP_NODE_ENV = require.resolve('../../../../setup_node_env');
|
const SETUP_NODE_ENV = require.resolve('../../../../setup_node_env');
|
||||||
const SECOND = 1000;
|
const SECOND = 1000;
|
||||||
|
|
||||||
describe('config/deprecation warnings', function () {
|
// FLAKY: https://github.com/elastic/kibana/issues/51479
|
||||||
|
describe.skip('config/deprecation warnings', function () {
|
||||||
this.timeout(15 * SECOND);
|
this.timeout(15 * SECOND);
|
||||||
|
|
||||||
let stdio = '';
|
let stdio = '';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue