Skip to content

Commit

Permalink
skip flaky suite (#51479)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Nov 22, 2019
1 parent 8af09fa commit 9747a0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/legacy/server/config/__tests__/deprecation_warnings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 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);

let stdio = '';
Expand Down

0 comments on commit 9747a0f

Please sign in to comment.