Too many logins with the same username or email while running unit tests

I have around 100 BDD style tests. Each of them authenticates a user and calls a route for testing. But I hit the rate limit maybe because the same user tries to authenticate too many times. So my question is really how do other people write unit tests calling the Auth0 api many times?