skip flaky suite (#53888)

(cherry picked from commit facae44f5b)
This commit is contained in:
spalger 2020-02-27 18:03:04 -07:00
parent 535114d87f
commit 1b85349e9a

View file

@ -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}`,