mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#152825)
This commit is contained in:
parent
d3e53e07aa
commit
8bc9b28669
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue