mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#151056)
This commit is contained in:
parent
d240154af1
commit
2442c16777
1 changed files with 2 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue