mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
* [console] skip failing test on cloud
* Fix spacing
(cherry picked from commit 22e78f9bb9
)
Co-authored-by: liza-mae <liza-mae@users.noreply.github.com>
This commit is contained in:
parent
07baccd365
commit
776e136206
1 changed files with 4 additions and 1 deletions
|
@ -144,7 +144,10 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
});
|
||||
});
|
||||
|
||||
describe('multiple requests output', () => {
|
||||
// Skip on cloud until issue is fixed
|
||||
// Issue: https://github.com/elastic/kibana/issues/138762
|
||||
describe('multiple requests output', function () {
|
||||
this.tags(['skipCloudFailedTest']);
|
||||
const sendMultipleRequests = async (requests: string[]) => {
|
||||
await asyncForEach(requests, async (request) => {
|
||||
await PageObjects.console.enterRequest(request);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue