mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#75440)
This commit is contained in:
parent
a68f4beb8a
commit
f5e5abe50b
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ import { PluginFunctionalProviderContext } from '../../services';
|
|||
export default function ({ getService }: PluginFunctionalProviderContext) {
|
||||
const supertest = getService('supertest');
|
||||
|
||||
describe('route', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/75440
|
||||
describe.skip('route', function () {
|
||||
describe('timeouts', function () {
|
||||
const writeBodyCharAtATime = (request: Test, body: string, interval: number) => {
|
||||
return new Promise((resolve, reject) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue