skip flaky suite (#151056)

This commit is contained in:
Tiago Costa 2023-06-15 15:31:41 +01:00
parent d240154af1
commit 2442c16777
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -26,7 +26,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await PageObjects.console.clearTextArea();
});
describe('collapsible JSON blocks', () => {
// FLAKY: https://github.com/elastic/kibana/issues/151056
describe.skip('collapsible JSON blocks', () => {
it('should collapse and expand JSON blocks', async () => {
const blockNumber = 1;
await PageObjects.console.enterRequest(