We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a68f4be commit f5e5abeCopy full SHA for f5e5abe
1 file changed
test/plugin_functional/test_suites/core/route.ts
@@ -24,7 +24,8 @@ import { PluginFunctionalProviderContext } from '../../services';
24
export default function ({ getService }: PluginFunctionalProviderContext) {
25
const supertest = getService('supertest');
26
27
- describe('route', function () {
+ // FLAKY: https://github.com/elastic/kibana/issues/75440
28
+ describe.skip('route', function () {
29
describe('timeouts', function () {
30
const writeBodyCharAtATime = (request: Test, body: string, interval: number) => {
31
return new Promise((resolve, reject) => {
0 commit comments