Skip to content

Commit

Permalink
remove waiting step for fetching root key
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Feb 13, 2025
1 parent bd2bffb commit aef684a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ export function runTests(
shouldFuzz
} = processEnvVars();

describe('agent setup', () => {
// TODO temporary fix for https://github.com/demergent-labs/azle/issues/2496
wait('for root key to be fetched', 5_000);
});

if (shouldRunTests === true) {
describe(`tests`, tests);
}
Expand Down

0 comments on commit aef684a

Please sign in to comment.