mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#135914)
This commit is contained in:
parent
a349512b1e
commit
52c9de890a
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue