Skip to content

Commit

Permalink
[Obs AI Assistant] Remove the retry statements (#192222)
Browse files Browse the repository at this point in the history
  • Loading branch information
viduni94 committed Oct 31, 2024
1 parent 042b9ea commit 833db6d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export default function ApiTest({ getService }: FtrProviderContext) {
const es = getService('es');
const ml = getService('ml');
const log = getService('log');
const retry = getService('retry');

describe('Knowledge base user instructions', () => {
const userJohn = 'john';
Expand Down

0 comments on commit 833db6d

Please sign in to comment.