skip flaky suite (#135914)

This commit is contained in:
Tiago Costa 2022-07-08 18:18:32 +01:00
parent a349512b1e
commit 52c9de890a
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -155,7 +155,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});
describe('with folded/unfolded lines in request body', () => {
// FLAKY: https://github.com/elastic/kibana/issues/135914
describe.skip('with folded/unfolded lines in request body', () => {
const enterRequestWithBody = async () => {
await PageObjects.console.enterRequest();
await PageObjects.console.pressEnter();