Skip to content

Commit f5e5abe

Browse files
committed
skip flaky suite (#75440)
1 parent a68f4be commit f5e5abe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • test/plugin_functional/test_suites/core

test/plugin_functional/test_suites/core/route.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ import { PluginFunctionalProviderContext } from '../../services';
2424
export default function ({ getService }: PluginFunctionalProviderContext) {
2525
const supertest = getService('supertest');
2626

27-
describe('route', function () {
27+
// FLAKY: https://github.com/elastic/kibana/issues/75440
28+
describe.skip('route', function () {
2829
describe('timeouts', function () {
2930
const writeBodyCharAtATime = (request: Test, body: string, interval: number) => {
3031
return new Promise((resolve, reject) => {

0 commit comments

Comments
 (0)