skip flaky suite (#152825)

This commit is contained in:
Tiago Costa 2024-02-01 03:25:51 +00:00
parent d3e53e07aa
commit 8bc9b28669
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -157,7 +157,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
});
describe('with folded/unfolded lines in request body', () => {
// FLAKY: https://github.com/elastic/kibana/issues/152825
describe.skip('with folded/unfolded lines in request body', () => {
const enterRequest = async () => {
await PageObjects.console.enterRequest('\nGET test/doc/1 \n{\n\t\t"_source": []');
await PageObjects.console.clickPlay();