Skip to content

Commit

Permalink
Remove status retry, let's see what happens
Browse files Browse the repository at this point in the history
  • Loading branch information
legrego committed Apr 13, 2021
1 parent 11f0a0a commit c0aebe1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/kbn-test/src/kbn_client/kbn_client_status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export class KbnClientStatus {
const { data } = await this.requester.request<ApiResponseStatus>({
method: 'GET',
path: 'api/status',
retries: 30,
// Status endpoint returns 503 if any services are in an unavailable state
ignoreErrors: [503],
});
Expand Down

0 comments on commit c0aebe1

Please sign in to comment.