mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
parent
535114d87f
commit
1b85349e9a
1 changed files with 2 additions and 1 deletions
|
@ -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}`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue