Skip to content

Commit

Permalink
Skip flaky test (#118023)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Nov 19, 2021
1 parent 4b75e94 commit ea1502b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ export default function ApiTest({ getService }: FtrProviderContext) {
{ config: 'trial', archives: ['8.0.0'] },
() => {
// putting this into a single `it` because the responses depend on each other
it('runs queries and returns results', async () => {
// flaky: https://github.com/elastic/kibana/issues/118023
it.skip('runs queries and returns results', async () => {
const overallDistributionResponse = await apmApiClient.readUser({
endpoint: 'POST /internal/apm/latency/overall_distribution',
params: {
Expand Down

0 comments on commit ea1502b

Please sign in to comment.