Skip to content

Commit

Permalink
skip flaky suite (#53888)
Browse files Browse the repository at this point in the history
(cherry picked from commit facae44)
  • Loading branch information
spalger committed Feb 28, 2020
1 parent 535114d commit 1b85349
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/context/_size.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ export default function({ getService, getPageObjects }) {
const docTable = getService('docTable');
const PageObjects = getPageObjects(['context']);

describe('context size', function contextSize() {
// FLAKY: https://github.com/elastic/kibana/issues/53888
describe.skip('context size', function contextSize() {
before(async function() {
await kibanaServer.uiSettings.update({
'context:defaultSize': `${TEST_DEFAULT_CONTEXT_SIZE}`,
Expand Down

0 comments on commit 1b85349

Please sign in to comment.