Skip to content

Commit

Permalink
skip flaky suite (#75440)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Aug 19, 2020
1 parent a68f4be commit f5e5abe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/plugin_functional/test_suites/core/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit f5e5abe

Please sign in to comment.